#26DAFC

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

Shades of Deep Sky Blue #26DAFC

Tints of Deep Sky Blue #26DAFC

Color information

#26DAFC (or 0x26DAFC) is unknown color: approx Deep Sky Blue. HEX triplet: 26, DA and FC. RGB value is (38,218,252). Sum of RGB (Red+Green+Blue) = 38+218+252=508 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.48% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #26DAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26DAFC is #D92503. Grayscale: #A7A7A7. Windows color (decimal): -14230788 or 16570918. OLE color: 16570918.

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

Color convert

RGB38218252-
CMYK0.850.1300.01
HSL189.53º97.27%56.86%-
HSV(B)189.53º84.92%98.82%-
XYZ43.4457.58100.92-
YUV168.06175.3735.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.48%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 252 (98.83% from 255) = 49.61%
R=7.48%
G=42.91%
B=49.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal382182520.850.1300.01189.5397.2756.86
Hex26DAFC55D01be6139
Octal46332374125150127614171
Binary10011011011010111111001010101110101101111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,218,252); }

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

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

 a { background-color: rgb(38,218,252); }

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

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

 span { border-color: rgb(38,218,252); }

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