#02CBF3

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

Shades of Deep Sky Blue #02CBF3

Tints of Deep Sky Blue #02CBF3

Color information

#02CBF3 (or 0x02CBF3) is unknown color: approx Deep Sky Blue. HEX triplet: 02, CB and F3. RGB value is (2,203,243). Sum of RGB (Red+Green+Blue) = 2+203+243=448 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #02CBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CBF3 is #FD340C. Grayscale: #939393. Windows color (decimal): -16593933 or 15977218. OLE color: 15977218.

HSL color Cylindrical-coordinate representation of color #02CBF3: hue angle of 189.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CBF3 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2203243-
CMYK0.990.1600.05
HSL189.96º98.37%48.04%-
HSV(B)189.96º99.18%95.29%-
XYZ37.5649.292.31-
YUV147.46181.9124.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 243 (95.31% from 255) = 54.24%
R=0.45%
G=45.31%
B=54.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22032430.990.1600.05189.9698.3748.04
Hex2CBF3631005be6230
Octal2313363143200527614260
Binary1011001011111100111100011100000101101111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CBF3; }

 p { color: rgb(2,203,243); }

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

<style>
 a { background-color: #02CBF3; }

 a { background-color: rgb(2,203,243); }

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

<style>
 span { border-color: #02CBF3; }

 span { border-color: rgb(2,203,243); }

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