Html Css Color HEX #0BB5EA Deep Sky Blue

📋 copy color: '#0BB5EA'

red 11 ◦ green 181 ◦ blue 234

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

Shades of Deep Sky Blue #0BB5EA

Tints of Deep Sky Blue #0BB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.49%

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

R = 2.58%
G = 42.49%
B = 54.93%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BB5EA (or 0x0BB5EA) is known color: Deep Sky Blue. HEX triplet: 0B, B5 and EA. RGB value is (11,181,234). Sum of RGB (Red+Green+Blue) = 11+181+234=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BB5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB5EA is #F44A15. Grayscale: #878787. Windows color (decimal): -16009750 or 15381771. OLE color: 15381771.

HSL color Cylindrical-coordinate representation of color #0BB5EA: hue angle of 194.26º 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 #0BB5EA is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 181 234 -
CMYK 0.95 0.23 0 0.08
HSL 194.26º 0.91% 0.48% -
HSV(B) 194.26º 0.95% 0.92% -
XYZ 31.51 39.06 83.72 -
YUV 136.21 183.18 38.69 -
System Red Green Blue C M Y K H S L
Decimal 11 181 234 0.95 0.23 0 0.08 194.26 0.91 0.48
Hex B B5 EA 5F 17 0 8 C2 5B 30
Octal 13 265 352 137 27 0 10 302 133 60
Binary 1011 10110101 11101010 1011111 10111 0 1000 11000010 1011011 110000

Color Harmonies of #0BB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5EA

Black with #0BB5EA

Text Example


Text Example

White with #0BB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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