Html Css Color HEX #0BBBFE Deep Sky Blue

📋 copy color: '#0BBBFE'

red 11 ◦ green 187 ◦ blue 254

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

Shades of Deep Sky Blue #0BBBFE

Tints of Deep Sky Blue #0BBBFE

RGB

 RED value IS 11 (4.69% from 255) = 2.43%

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

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

R = 2.43%
G = 41.37%
B = 56.19%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BBBFE (or 0x0BBBFE) is known color: Deep Sky Blue. HEX triplet: 0B, BB and FE. RGB value is (11,187,254). Sum of RGB (Red+Green+Blue) = 11+187+254=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BBBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBBFE is #F44401. Grayscale: #8D8D8D. Windows color (decimal): -16008194 or 16694027. OLE color: 16694027.

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

Color convert

RGB 11 187 254 -
CMYK 0.96 0.26 0 0.00
HSL 196.54º 0.99% 0.52% -
HSV(B) 196.54º 0.96% 1% -
XYZ 35.8 42.77 100.13 -
YUV 142.01 191.19 34.55 -
System Red Green Blue C M Y K H S L
Decimal 11 187 254 0.96 0.26 0 0.00 196.54 0.99 0.52
Hex B BB FE 60 1A 0 0 C5 63 34
Octal 13 273 376 140 32 0 0 305 143 64
Binary 1011 10111011 11111110 1100000 11010 0 0 11000101 1100011 110100

Color Harmonies of #0BBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBFE

Black with #0BBBFE

Text Example


Text Example

White with #0BBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BBBFE; }

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

 H1.HeaderClassName
 {
   color: #0BBBFE;
 }
 .AnyTagClassName
 {
   color: #0BBBFE;
 }
</style>

background-color css

<style>
 a { background-color: #0BBBFE; }

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

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

border-color css

<style>
 span { border-color: #0BBBFE; }

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

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