Html Css Color HEX #0BAFF7 Deep Sky Blue

📋 copy color: '#0BAFF7'

red 11 ◦ green 175 ◦ blue 247

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

Shades of Deep Sky Blue #0BAFF7

Tints of Deep Sky Blue #0BAFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.04%

R = 2.54%
G = 40.42%
B = 57.04%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0BAFF7 (or 0x0BAFF7) is known color: Deep Sky Blue. HEX triplet: 0B, AF and F7. RGB value is (11,175,247). Sum of RGB (Red+Green+Blue) = 11+175+247=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #0BAFF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFF7 is #F45008. Grayscale: #858585. Windows color (decimal): -16011273 or 16232203. OLE color: 16232203.

HSL color Cylindrical-coordinate representation of color #0BAFF7: hue angle of 198.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BAFF7 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 175 247 -
CMYK 0.96 0.29 0 0.03
HSL 198.31º 0.94% 0.51% -
HSV(B) 198.31º 0.96% 0.97% -
XYZ 32.26 37.45 93.52 -
YUV 134.17 191.67 40.15 -
System Red Green Blue C M Y K H S L
Decimal 11 175 247 0.96 0.29 0 0.03 198.31 0.94 0.51
Hex B AF F7 60 1D 0 3 C6 5E 33
Octal 13 257 367 140 35 0 3 306 136 63
Binary 1011 10101111 11110111 1100000 11101 0 11 11000110 1011110 110011

Color Harmonies of #0BAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFF7

Black with #0BAFF7

Text Example


Text Example

White with #0BAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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