Html Css Color HEX #0BAEED Deep Sky Blue

📋 copy color: '#0BAEED'

red 11 ◦ green 174 ◦ blue 237

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

Shades of Deep Sky Blue #0BAEED

Tints of Deep Sky Blue #0BAEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 2.61%
G = 41.23%
B = 56.16%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BAEED (or 0x0BAEED) is known color: Deep Sky Blue. HEX triplet: 0B, AE and ED. RGB value is (11,174,237). Sum of RGB (Red+Green+Blue) = 11+174+237=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BAEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEED is #F45112. Grayscale: #848484. Windows color (decimal): -16011539 or 15576587. OLE color: 15576587.

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

Color convert

RGB 11 174 237 -
CMYK 0.95 0.27 0 0.07
HSL 196.73º 0.91% 0.49% -
HSV(B) 196.73º 0.95% 0.93% -
XYZ 30.56 36.46 85.55 -
YUV 132.45 187 41.38 -
System Red Green Blue C M Y K H S L
Decimal 11 174 237 0.95 0.27 0 0.07 196.73 0.91 0.49
Hex B AE ED 5F 1B 0 7 C5 5B 31
Octal 13 256 355 137 33 0 7 305 133 61
Binary 1011 10101110 11101101 1011111 11011 0 111 11000101 1011011 110001

Color Harmonies of #0BAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEED

Black with #0BAEED

Text Example


Text Example

White with #0BAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,174,237); }

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

background-color css

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

 a { background-color: rgb(11,174,237); }

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

border-color css

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

 span { border-color: rgb(11,174,237); }

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