Html Css Color HEX #00BBFE Deep Sky Blue

📋 copy color: '#00BBFE'

red 0 ◦ green 187 ◦ blue 254

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

Shades of Deep Sky Blue #00BBFE

Tints of Deep Sky Blue #00BBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 0%
G = 42.4%
B = 57.6%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00BBFE (or 0x00BBFE) is known color: Deep Sky Blue. HEX triplet: 00, BB and FE. RGB value is (0,187,254). Sum of RGB (Red+Green+Blue) = 0+187+254=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #00BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBFE is #FF4401. Grayscale: #8A8A8A. Windows color (decimal): -16729090 or 16694016. OLE color: 16694016.

HSL color Cylindrical-coordinate representation of color #00BBFE: hue angle of 195.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBFE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 187 254 -
CMYK 1 0.26 0 0.00
HSL 195.83º 1% 0.5% -
HSV(B) 195.83º 1% 1% -
XYZ 35.66 42.7 100.13 -
YUV 138.73 193.05 29.05 -
System Red Green Blue C M Y K H S L
Decimal 0 187 254 1 0.26 0 0.00 195.83 1 0.5
Hex 0 BB FE 64 1A 0 0 C4 64 32
Octal 0 273 376 144 32 0 0 304 144 62
Binary 0 10111011 11111110 1100100 11010 0 0 11000100 1100100 110010

Color Harmonies of #00BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BBFE

Black with #00BBFE

Text Example


Text Example

White with #00BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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