#26C0FF

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

Shades of Deep Sky Blue #26C0FF

Tints of Deep Sky Blue #26C0FF

Color information

#26C0FF (or 0x26C0FF) is unknown color: approx Deep Sky Blue. HEX triplet: 26, C0 and FF. RGB value is (38,192,255). Sum of RGB (Red+Green+Blue) = 38+192+255=485 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.84% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #26C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C0FF is #D93F00. Grayscale: #989898. Windows color (decimal): -14237441 or 16760870. OLE color: 16760870.

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

Color convert

RGB38192255-
CMYK0.850.2500
HSL197.42º100%57.45%-
HSV(B)197.42º85.1%100%-
XYZ37.745.33101.37-
YUV153.14185.4845.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 7.84%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 255 (100% from 255) = 52.58%
R=7.84%
G=39.59%
B=52.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal381922550.850.2500197.4210057.45
Hex26C0FF551900c56439
Octal46300377125310030514471
Binary100110110000001111111110101011100100110001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,192,255); }

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

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

 a { background-color: rgb(38,192,255); }

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

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

 span { border-color: rgb(38,192,255); }

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