Html Css Color HEX #0BAEE6 Deep Sky Blue

📋 copy color: '#0BAEE6'

red 11 ◦ green 174 ◦ blue 230

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

Shades of Deep Sky Blue #0BAEE6

Tints of Deep Sky Blue #0BAEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.42%

R = 2.65%
G = 41.93%
B = 55.42%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0BAEE6 (or 0x0BAEE6) is known color: Deep Sky Blue. HEX triplet: 0B, AE and E6. RGB value is (11,174,230). Sum of RGB (Red+Green+Blue) = 11+174+230=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #0BAEE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEE6 is #F45119. Grayscale: #838383. Windows color (decimal): -16011546 or 15117835. OLE color: 15117835.

HSL color Cylindrical-coordinate representation of color #0BAEE6: hue angle of 195.34º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAEE6 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 174 230 -
CMYK 0.95 0.24 0 0.10
HSL 195.34º 0.91% 0.47% -
HSV(B) 195.34º 0.95% 0.9% -
XYZ 29.56 36.06 80.26 -
YUV 131.65 183.5 41.95 -
System Red Green Blue C M Y K H S L
Decimal 11 174 230 0.95 0.24 0 0.10 195.34 0.91 0.47
Hex B AE E6 5F 18 0 A C3 5B 2F
Octal 13 256 346 137 30 0 12 303 133 57
Binary 1011 10101110 11100110 1011111 11000 0 1010 11000011 1011011 101111

Color Harmonies of #0BAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEE6

Black with #0BAEE6

Text Example


Text Example

White with #0BAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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