Html Css Color HEX #00BBEF Deep Sky Blue

📋 copy color: '#00BBEF'

red 0 ◦ green 187 ◦ blue 239

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

Shades of Deep Sky Blue #00BBEF

Tints of Deep Sky Blue #00BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.1%

R = 0%
G = 43.9%
B = 56.1%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#00BBEF (or 0x00BBEF) is known color: Deep Sky Blue. HEX triplet: 00, BB and EF. RGB value is (0,187,239). Sum of RGB (Red+Green+Blue) = 0+187+239=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #00BBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBEF is #FF4410. Grayscale: #888888. Windows color (decimal): -16729105 or 15710976. OLE color: 15710976.

HSL color Cylindrical-coordinate representation of color #00BBEF: hue angle of 193.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBEF is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 187 239 -
CMYK 1 0.22 0 0.06
HSL 193.05º 1% 0.47% -
HSV(B) 193.05º 1% 0.94% -
XYZ 33.35 41.77 87.97 -
YUV 137.02 185.55 30.27 -
System Red Green Blue C M Y K H S L
Decimal 0 187 239 1 0.22 0 0.06 193.05 1 0.47
Hex 0 BB EF 64 16 0 6 C1 64 2F
Octal 0 273 357 144 26 0 6 301 144 57
Binary 0 10111011 11101111 1100100 10110 0 110 11000001 1100100 101111

Color Harmonies of #00BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBEF

Black with #00BBEF

Text Example


Text Example

White with #00BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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