Html Css Color HEX #0BAFEB Deep Sky Blue

📋 copy color: '#0BAFEB'

red 11 ◦ green 175 ◦ blue 235

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

Shades of Deep Sky Blue #0BAFEB

Tints of Deep Sky Blue #0BAFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 2.61%
G = 41.57%
B = 55.82%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BAFEB (or 0x0BAFEB) is known color: Deep Sky Blue. HEX triplet: 0B, AF and EB. RGB value is (11,175,235). Sum of RGB (Red+Green+Blue) = 11+175+235=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BAFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFEB is #F45014. Grayscale: #848484. Windows color (decimal): -16011285 or 15445771. OLE color: 15445771.

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

Color convert

RGB 11 175 235 -
CMYK 0.95 0.26 0 0.08
HSL 196.07º 0.91% 0.48% -
HSV(B) 196.07º 0.95% 0.92% -
XYZ 30.46 36.73 84.08 -
YUV 132.8 185.67 41.12 -
System Red Green Blue C M Y K H S L
Decimal 11 175 235 0.95 0.26 0 0.08 196.07 0.91 0.48
Hex B AF EB 5F 1A 0 8 C4 5B 30
Octal 13 257 353 137 32 0 10 304 133 60
Binary 1011 10101111 11101011 1011111 11010 0 1000 11000100 1011011 110000

Color Harmonies of #0BAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFEB

Black with #0BAFEB

Text Example


Text Example

White with #0BAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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