Html Css Color HEX #02B8EE Deep Sky Blue

📋 copy color: '#02B8EE'

red 2 ◦ green 184 ◦ blue 238

#02B8EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #02B8EE

Tints of Deep Sky Blue #02B8EE

RGB

 RED value IS 2 (1.17% from 255) = 0.47%

 GREEN value IS 184 (72.27% from 255) = 43.4%

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 0.47%
G = 43.4%
B = 56.13%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02B8EE (or 0x02B8EE) is known color: Deep Sky Blue. HEX triplet: 02, B8 and EE. RGB value is (2,184,238). Sum of RGB (Red+Green+Blue) = 2+184+238=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #02B8EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B8EE is #FD4711. Grayscale: #878787. Windows color (decimal): -16598802 or 15644674. OLE color: 15644674.

HSL color Cylindrical-coordinate representation of color #02B8EE: hue angle of 193.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8EE is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 184 238 -
CMYK 0.99 0.23 0 0.07
HSL 193.73º 0.98% 0.47% -
HSV(B) 193.73º 0.99% 0.93% -
XYZ 32.6 40.47 86.98 -
YUV 135.74 185.7 32.61 -
System Red Green Blue C M Y K H S L
Decimal 2 184 238 0.99 0.23 0 0.07 193.73 0.98 0.47
Hex 2 B8 EE 63 17 0 7 C2 62 2F
Octal 2 270 356 143 27 0 7 302 142 57
Binary 10 10111000 11101110 1100011 10111 0 111 11000010 1100010 101111

Color Harmonies of #02B8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B8EE

Black with #02B8EE

Text Example


Text Example

White with #02B8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,184,238); }

 H1.HeaderClassName
 {
   color: #02B8EE;
 }
 .AnyTagClassName
 {
   color: #02B8EE;
 }
</style>

background-color css

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

 a { background-color: rgb(2,184,238); }

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

border-color css

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

 span { border-color: rgb(2,184,238); }

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