Html Css Color HEX #0BAEEF Deep Sky Blue

📋 copy color: '#0BAEEF'

red 11 ◦ green 174 ◦ blue 239

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

Shades of Deep Sky Blue #0BAEEF

Tints of Deep Sky Blue #0BAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.37%

R = 2.59%
G = 41.04%
B = 56.37%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0BAEEF (or 0x0BAEEF) is known color: Deep Sky Blue. HEX triplet: 0B, AE and EF. RGB value is (11,174,239). Sum of RGB (Red+Green+Blue) = 11+174+239=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BAEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEEF is #F45110. Grayscale: #848484. Windows color (decimal): -16011537 or 15707659. OLE color: 15707659.

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

Color convert

RGB 11 174 239 -
CMYK 0.95 0.27 0 0.06
HSL 197.11º 0.91% 0.49% -
HSV(B) 197.11º 0.95% 0.94% -
XYZ 30.85 36.58 87.09 -
YUV 132.67 188 41.21 -
System Red Green Blue C M Y K H S L
Decimal 11 174 239 0.95 0.27 0 0.06 197.11 0.91 0.49
Hex B AE EF 5F 1B 0 6 C5 5B 31
Octal 13 256 357 137 33 0 6 305 133 61
Binary 1011 10101110 11101111 1011111 11011 0 110 11000101 1011011 110001

Color Harmonies of #0BAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEEF

Black with #0BAEEF

Text Example


Text Example

White with #0BAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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