Html Css Color HEX #0BAFF1 Deep Sky Blue

📋 copy color: '#0BAFF1'

red 11 ◦ green 175 ◦ blue 241

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

Shades of Deep Sky Blue #0BAFF1

Tints of Deep Sky Blue #0BAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.44%

R = 2.58%
G = 40.98%
B = 56.44%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0BAFF1 (or 0x0BAFF1) is known color: Deep Sky Blue. HEX triplet: 0B, AF and F1. RGB value is (11,175,241). Sum of RGB (Red+Green+Blue) = 11+175+241=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #0BAFF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAFF1 is #F4500E. Grayscale: #858585. Windows color (decimal): -16011279 or 15838987. OLE color: 15838987.

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

Color convert

RGB 11 175 241 -
CMYK 0.95 0.27 0 0.05
HSL 197.22º 0.91% 0.49% -
HSV(B) 197.22º 0.95% 0.95% -
XYZ 31.35 37.08 88.72 -
YUV 133.49 188.67 40.63 -
System Red Green Blue C M Y K H S L
Decimal 11 175 241 0.95 0.27 0 0.05 197.22 0.91 0.49
Hex B AF F1 5F 1B 0 5 C5 5B 31
Octal 13 257 361 137 33 0 5 305 133 61
Binary 1011 10101111 11110001 1011111 11011 0 101 11000101 1011011 110001

Color Harmonies of #0BAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFF1

Black with #0BAFF1

Text Example


Text Example

White with #0BAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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