Html Css Color HEX #0BAFEC Deep Sky Blue

📋 copy color: '#0BAFEC'

red 11 ◦ green 175 ◦ blue 236

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

Shades of Deep Sky Blue #0BAFEC

Tints of Deep Sky Blue #0BAFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 2.61%
G = 41.47%
B = 55.92%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BAFEC (or 0x0BAFEC) is known color: Deep Sky Blue. HEX triplet: 0B, AF and EC. RGB value is (11,175,236). Sum of RGB (Red+Green+Blue) = 11+175+236=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BAFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFEC is #F45013. Grayscale: #848484. Windows color (decimal): -16011284 or 15511307. OLE color: 15511307.

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

Color convert

RGB 11 175 236 -
CMYK 0.95 0.26 0 0.07
HSL 196.27º 0.91% 0.48% -
HSV(B) 196.27º 0.95% 0.93% -
XYZ 30.61 36.79 84.84 -
YUV 132.92 186.17 41.04 -
System Red Green Blue C M Y K H S L
Decimal 11 175 236 0.95 0.26 0 0.07 196.27 0.91 0.48
Hex B AF EC 5F 1A 0 7 C4 5B 30
Octal 13 257 354 137 32 0 7 304 133 60
Binary 1011 10101111 11101100 1011111 11010 0 111 11000100 1011011 110000

Color Harmonies of #0BAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFEC

Black with #0BAFEC

Text Example


Text Example

White with #0BAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,236); }

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

background-color css

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

 a { background-color: rgb(11,175,236); }

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

border-color css

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

 span { border-color: rgb(11,175,236); }

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