Html Css Color HEX #02BEEE Deep Sky Blue

📋 copy color: '#02BEEE'

red 2 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #02BEEE

Tints of Deep Sky Blue #02BEEE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 0.47%
G = 44.19%
B = 55.35%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02BEEE (or 0x02BEEE) is known color: Deep Sky Blue. HEX triplet: 02, BE and EE. RGB value is (2,190,238). Sum of RGB (Red+Green+Blue) = 2+190+238=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #02BEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BEEE is #FD4111. Grayscale: #8A8A8A. Windows color (decimal): -16597266 or 15646210. OLE color: 15646210.

HSL color Cylindrical-coordinate representation of color #02BEEE: hue angle of 192.2º 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 #02BEEE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 190 238 -
CMYK 0.99 0.20 0 0.07
HSL 192.2º 0.98% 0.47% -
HSV(B) 192.2º 0.99% 0.93% -
XYZ 33.87 43.01 87.41 -
YUV 139.26 183.72 30.1 -
System Red Green Blue C M Y K H S L
Decimal 2 190 238 0.99 0.20 0 0.07 192.2 0.98 0.47
Hex 2 BE EE 63 14 0 7 C0 62 2F
Octal 2 276 356 143 24 0 7 300 142 57
Binary 10 10111110 11101110 1100011 10100 0 111 11000000 1100010 101111

Color Harmonies of #02BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BEEE

Black with #02BEEE

Text Example


Text Example

White with #02BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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