#26D6FC

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

Shades of Deep Sky Blue #26D6FC

Tints of Deep Sky Blue #26D6FC

Color information

#26D6FC (or 0x26D6FC) is unknown color: approx Deep Sky Blue. HEX triplet: 26, D6 and FC. RGB value is (38,214,252). Sum of RGB (Red+Green+Blue) = 38+214+252=504 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.54% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #26D6FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26D6FC is #D92903. Grayscale: #A5A5A5. Windows color (decimal): -14231812 or 16569894. OLE color: 16569894.

HSL color Cylindrical-coordinate representation of color #26D6FC: hue angle of 190.65º 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 #26D6FC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB38214252-
CMYK0.850.1500.01
HSL190.65º97.27%56.86%-
HSV(B)190.65º84.92%98.82%-
XYZ42.4255.53100.58-
YUV165.71176.6936.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.54%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 252 (98.83% from 255) = 50%
R=7.54%
G=42.46%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal382142520.850.1500.01190.6597.2756.86
Hex26D6FC55F01bf6139
Octal46326374125170127714171
Binary10011011010110111111001010101111101101111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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