Html Css Color HEX #0BBFEA Deep Sky Blue

📋 copy color: '#0BBFEA'

red 11 ◦ green 191 ◦ blue 234

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

Shades of Deep Sky Blue #0BBFEA

Tints of Deep Sky Blue #0BBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 2.52%
G = 43.81%
B = 53.67%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BBFEA (or 0x0BBFEA) is known color: Deep Sky Blue. HEX triplet: 0B, BF and EA. RGB value is (11,191,234). Sum of RGB (Red+Green+Blue) = 11+191+234=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BBFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBFEA is #F44015. Grayscale: #8D8D8D. Windows color (decimal): -16007190 or 15384331. OLE color: 15384331.

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

Color convert

RGB 11 191 234 -
CMYK 0.95 0.18 0 0.08
HSL 191.57º 0.91% 0.48% -
HSV(B) 191.57º 0.95% 0.92% -
XYZ 33.62 43.27 84.42 -
YUV 142.08 179.87 34.5 -
System Red Green Blue C M Y K H S L
Decimal 11 191 234 0.95 0.18 0 0.08 191.57 0.91 0.48
Hex B BF EA 5F 12 0 8 C0 5B 30
Octal 13 277 352 137 22 0 10 300 133 60
Binary 1011 10111111 11101010 1011111 10010 0 1000 11000000 1011011 110000

Color Harmonies of #0BBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBFEA

Black with #0BBFEA

Text Example


Text Example

White with #0BBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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