Html Css Color HEX #0BAFF0 Deep Sky Blue

📋 copy color: '#0BAFF0'

red 11 ◦ green 175 ◦ blue 240

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

Shades of Deep Sky Blue #0BAFF0

Tints of Deep Sky Blue #0BAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.34%

R = 2.58%
G = 41.08%
B = 56.34%

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

#0BAFF0 (or 0x0BAFF0) is known color: Deep Sky Blue. HEX triplet: 0B, AF and F0. RGB value is (11,175,240). Sum of RGB (Red+Green+Blue) = 11+175+240=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #0BAFF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFF0 is #F4500F. Grayscale: #848484. Windows color (decimal): -16011280 or 15773451. OLE color: 15773451.

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

Color convert

RGB 11 175 240 -
CMYK 0.95 0.27 0 0.06
HSL 197.03º 0.91% 0.49% -
HSV(B) 197.03º 0.95% 0.94% -
XYZ 31.2 37.02 87.94 -
YUV 133.37 188.17 40.71 -
System Red Green Blue C M Y K H S L
Decimal 11 175 240 0.95 0.27 0 0.06 197.03 0.91 0.49
Hex B AF F0 5F 1B 0 6 C5 5B 31
Octal 13 257 360 137 33 0 6 305 133 61
Binary 1011 10101111 11110000 1011111 11011 0 110 11000101 1011011 110001

Color Harmonies of #0BAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFF0

Black with #0BAFF0

Text Example


Text Example

White with #0BAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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