Html Css Color HEX #0BB7EA Deep Sky Blue

📋 copy color: '#0BB7EA'

red 11 ◦ green 183 ◦ blue 234

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

Shades of Deep Sky Blue #0BB7EA

Tints of Deep Sky Blue #0BB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.76%

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

R = 2.57%
G = 42.76%
B = 54.67%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BB7EA (or 0x0BB7EA) is known color: Deep Sky Blue. HEX triplet: 0B, B7 and EA. RGB value is (11,183,234). Sum of RGB (Red+Green+Blue) = 11+183+234=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BB7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB7EA is #F44815. Grayscale: #898989. Windows color (decimal): -16009238 or 15382283. OLE color: 15382283.

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

Color convert

RGB 11 183 234 -
CMYK 0.95 0.22 0 0.08
HSL 193.72º 0.91% 0.48% -
HSV(B) 193.72º 0.95% 0.92% -
XYZ 31.92 39.88 83.86 -
YUV 137.39 182.52 37.85 -
System Red Green Blue C M Y K H S L
Decimal 11 183 234 0.95 0.22 0 0.08 193.72 0.91 0.48
Hex B B7 EA 5F 16 0 8 C2 5B 30
Octal 13 267 352 137 26 0 10 302 133 60
Binary 1011 10110111 11101010 1011111 10110 0 1000 11000010 1011011 110000

Color Harmonies of #0BB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB7EA

Black with #0BB7EA

Text Example


Text Example

White with #0BB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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