Html Css Color HEX #00BBFB Deep Sky Blue

📋 copy color: '#00BBFB'

red 0 ◦ green 187 ◦ blue 251

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

Shades of Deep Sky Blue #00BBFB

Tints of Deep Sky Blue #00BBFB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 0%
G = 42.69%
B = 57.31%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00BBFB (or 0x00BBFB) is known color: Deep Sky Blue. HEX triplet: 00, BB and FB. RGB value is (0,187,251). Sum of RGB (Red+Green+Blue) = 0+187+251=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBFB is #FF4404. Grayscale: #898989. Windows color (decimal): -16729093 or 16497408. OLE color: 16497408.

HSL color Cylindrical-coordinate representation of color #00BBFB: hue angle of 195.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBFB is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 187 251 -
CMYK 1 0.25 0 0.02
HSL 195.3º 1% 0.49% -
HSV(B) 195.3º 1% 0.98% -
XYZ 35.18 42.51 97.62 -
YUV 138.38 191.55 29.3 -
System Red Green Blue C M Y K H S L
Decimal 0 187 251 1 0.25 0 0.02 195.3 1 0.49
Hex 0 BB FB 64 19 0 2 C3 64 31
Octal 0 273 373 144 31 0 2 303 144 61
Binary 0 10111011 11111011 1100100 11001 0 10 11000011 1100100 110001

Color Harmonies of #00BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBFB

Black with #00BBFB

Text Example


Text Example

White with #00BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BBFB; }

 p { color: rgb(0,187,251); }

 H1.HeaderClassName
 {
   color: #00BBFB;
 }
 .AnyTagClassName
 {
   color: #00BBFB;
 }
</style>

background-color css

<style>
 a { background-color: #00BBFB; }

 a { background-color: rgb(0,187,251); }

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

border-color css

<style>
 span { border-color: #00BBFB; }

 span { border-color: rgb(0,187,251); }

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