Html Css Color HEX #0BBFEC Deep Sky Blue

📋 copy color: '#0BBFEC'

red 11 ◦ green 191 ◦ blue 236

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

Shades of Deep Sky Blue #0BBFEC

Tints of Deep Sky Blue #0BBFEC

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 2.51%
G = 43.61%
B = 53.88%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BBFEC (or 0x0BBFEC) is known color: Deep Sky Blue. HEX triplet: 0B, BF and EC. RGB value is (11,191,236). Sum of RGB (Red+Green+Blue) = 11+191+236=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BBFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFEC is #F44013. Grayscale: #8D8D8D. Windows color (decimal): -16007188 or 15515403. OLE color: 15515403.

HSL color Cylindrical-coordinate representation of color #0BBFEC: hue angle of 192º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBFEC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 191 236 -
CMYK 0.95 0.19 0 0.07
HSL 192º 0.91% 0.48% -
HSV(B) 192º 0.95% 0.93% -
XYZ 33.91 43.39 85.94 -
YUV 142.31 180.87 34.34 -
System Red Green Blue C M Y K H S L
Decimal 11 191 236 0.95 0.19 0 0.07 192 0.91 0.48
Hex B BF EC 5F 13 0 7 C0 5B 30
Octal 13 277 354 137 23 0 7 300 133 60
Binary 1011 10111111 11101100 1011111 10011 0 111 11000000 1011011 110000

Color Harmonies of #0BBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBFEC

Black with #0BBFEC

Text Example


Text Example

White with #0BBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,236); }

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

background-color css

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

 a { background-color: rgb(11,191,236); }

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

border-color css

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

 span { border-color: rgb(11,191,236); }

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