Html Css Color HEX #02BEF2 Deep Sky Blue

📋 copy color: '#02BEF2'

red 2 ◦ green 190 ◦ blue 242

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

Shades of Deep Sky Blue #02BEF2

Tints of Deep Sky Blue #02BEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 0.46%
G = 43.78%
B = 55.76%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02BEF2 (or 0x02BEF2) is known color: Deep Sky Blue. HEX triplet: 02, BE and F2. RGB value is (2,190,242). Sum of RGB (Red+Green+Blue) = 2+190+242=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #02BEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BEF2 is #FD410D. Grayscale: #8B8B8B. Windows color (decimal): -16597262 or 15908354. OLE color: 15908354.

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

Color convert

RGB 2 190 242 -
CMYK 0.99 0.21 0 0.05
HSL 193º 0.98% 0.48% -
HSV(B) 193º 0.99% 0.95% -
XYZ 34.47 43.25 90.54 -
YUV 139.72 185.72 29.77 -
System Red Green Blue C M Y K H S L
Decimal 2 190 242 0.99 0.21 0 0.05 193 0.98 0.48
Hex 2 BE F2 63 15 0 5 C1 62 30
Octal 2 276 362 143 25 0 5 301 142 60
Binary 10 10111110 11110010 1100011 10101 0 101 11000001 1100010 110000

Color Harmonies of #02BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BEF2

Black with #02BEF2

Text Example


Text Example

White with #02BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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