Html Css Color HEX #02BBF8 Deep Sky Blue

📋 copy color: '#02BBF8'

red 2 ◦ green 187 ◦ blue 248

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

Shades of Deep Sky Blue #02BBF8

Tints of Deep Sky Blue #02BBF8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.79%

 BLUE value IS 248 (97.27% from 255) = 56.75%

R = 0.46%
G = 42.79%
B = 56.75%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#02BBF8 (or 0x02BBF8) is known color: Deep Sky Blue. HEX triplet: 02, BB and F8. RGB value is (2,187,248). Sum of RGB (Red+Green+Blue) = 2+187+248=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #02BBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BBF8 is #FD4407. Grayscale: #8A8A8A. Windows color (decimal): -16598024 or 16300802. OLE color: 16300802.

HSL color Cylindrical-coordinate representation of color #02BBF8: hue angle of 194.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBF8 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 187 248 -
CMYK 0.99 0.25 0 0.03
HSL 194.88º 0.98% 0.49% -
HSV(B) 194.88º 0.99% 0.97% -
XYZ 34.74 42.33 95.15 -
YUV 138.64 189.71 30.54 -
System Red Green Blue C M Y K H S L
Decimal 2 187 248 0.99 0.25 0 0.03 194.88 0.98 0.49
Hex 2 BB F8 63 19 0 3 C3 62 31
Octal 2 273 370 143 31 0 3 303 142 61
Binary 10 10111011 11111000 1100011 11001 0 11 11000011 1100010 110001

Color Harmonies of #02BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBF8

Black with #02BBF8

Text Example


Text Example

White with #02BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,187,248); }

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

background-color css

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

 a { background-color: rgb(2,187,248); }

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

border-color css

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

 span { border-color: rgb(2,187,248); }

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