Html Css Color HEX #00BBEC Deep Sky Blue

📋 copy color: '#00BBEC'

red 0 ◦ green 187 ◦ blue 236

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

Shades of Deep Sky Blue #00BBEC

Tints of Deep Sky Blue #00BBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 0%
G = 44.21%
B = 55.79%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00BBEC (or 0x00BBEC) is known color: Deep Sky Blue. HEX triplet: 00, BB and EC. RGB value is (0,187,236). Sum of RGB (Red+Green+Blue) = 0+187+236=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #00BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBEC is #FF4413. Grayscale: #888888. Windows color (decimal): -16729108 or 15514368. OLE color: 15514368.

HSL color Cylindrical-coordinate representation of color #00BBEC: hue angle of 192.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBEC is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 187 236 -
CMYK 1 0.21 0 0.07
HSL 192.46º 1% 0.46% -
HSV(B) 192.46º 1% 0.93% -
XYZ 32.91 41.6 85.65 -
YUV 136.67 184.05 30.52 -
System Red Green Blue C M Y K H S L
Decimal 0 187 236 1 0.21 0 0.07 192.46 1 0.46
Hex 0 BB EC 64 15 0 7 C0 64 2E
Octal 0 273 354 144 25 0 7 300 144 56
Binary 0 10111011 11101100 1100100 10101 0 111 11000000 1100100 101110

Color Harmonies of #00BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBEC

Black with #00BBEC

Text Example


Text Example

White with #00BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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