Html Css Color HEX #0BAFF3 Deep Sky Blue

📋 copy color: '#0BAFF3'

red 11 ◦ green 175 ◦ blue 243

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

Shades of Deep Sky Blue #0BAFF3

Tints of Deep Sky Blue #0BAFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.64%

R = 2.56%
G = 40.79%
B = 56.64%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0BAFF3 (or 0x0BAFF3) is known color: Deep Sky Blue. HEX triplet: 0B, AF and F3. RGB value is (11,175,243). Sum of RGB (Red+Green+Blue) = 11+175+243=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #0BAFF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFF3 is #F4500C. Grayscale: #858585. Windows color (decimal): -16011277 or 15970059. OLE color: 15970059.

HSL color Cylindrical-coordinate representation of color #0BAFF3: hue angle of 197.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFF3 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 175 243 -
CMYK 0.95 0.28 0 0.05
HSL 197.59º 0.91% 0.5% -
HSV(B) 197.59º 0.95% 0.95% -
XYZ 31.65 37.2 90.31 -
YUV 133.72 189.67 40.47 -
System Red Green Blue C M Y K H S L
Decimal 11 175 243 0.95 0.28 0 0.05 197.59 0.91 0.5
Hex B AF F3 5F 1C 0 5 C6 5B 32
Octal 13 257 363 137 34 0 5 306 133 62
Binary 1011 10101111 11110011 1011111 11100 0 101 11000110 1011011 110010

Color Harmonies of #0BAFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFF3

Black with #0BAFF3

Text Example


Text Example

White with #0BAFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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