#26D6FE

Color #26D6FE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #26D6FE

Tints of Deep Sky Blue #26D6FE

Color information

#26D6FE (or 0x26D6FE) is unknown color: approx Deep Sky Blue. HEX triplet: 26, D6 and FE. RGB value is (38,214,254). Sum of RGB (Red+Green+Blue) = 38+214+254=506 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.51% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #26D6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26D6FE is #D92901. Grayscale: #A5A5A5. Windows color (decimal): -14231810 or 16700966. OLE color: 16700966.

HSL color Cylindrical-coordinate representation of color #26D6FE: hue angle of 191.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26D6FE is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB38214254-
CMYK0.850.1600.00
HSL191.11º99.08%57.25%-
HSV(B)191.11º85.04%99.61%-
XYZ42.7455.66102.26-
YUV165.94177.6936.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 7.51%
GREEN value IS 214 (83.98% from 255) = 42.29%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=7.51%
G=42.29%
B=50.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal382142540.850.1600.00191.1199.0857.25
Hex26D6FE551000bf6339
Octal46326376125200027714371
Binary100110110101101111111010101011000000101111111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26D6FE; }

 p { color: rgb(38,214,254); }

 H1.HeaderClassName
 {
   color: #26D6FE;
 }
 .AnyTagClassName
 {
   color: #26D6FE;
 }
</style>
background-color css

<style>
 a { background-color: #26D6FE; }

 a { background-color: rgb(38,214,254); }

 div.DivClassName
 {
   background-color: #26D6FE;
 }
 .BgClassName
 {
   background-color: #26D6FE;
 }
</style>
border-color css

<style>
 span { border-color: #26D6FE; }

 span { border-color: rgb(38,214,254); }

 td.TdClassName
 {
   border-color: #26D6FE;
 }
 .TagClassName
 {
   border-color: #26D6FE;
 }
</style>