Html Css Color HEX #0BAFE5 Deep Sky Blue

📋 copy color: '#0BAFE5'

red 11 ◦ green 175 ◦ blue 229

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

Shades of Deep Sky Blue #0BAFE5

Tints of Deep Sky Blue #0BAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.18%

R = 2.65%
G = 42.17%
B = 55.18%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0BAFE5 (or 0x0BAFE5) is known color: Deep Sky Blue. HEX triplet: 0B, AF and E5. RGB value is (11,175,229). Sum of RGB (Red+Green+Blue) = 11+175+229=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #0BAFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFE5 is #F4501A. Grayscale: #838383. Windows color (decimal): -16011291 or 15052555. OLE color: 15052555.

HSL color Cylindrical-coordinate representation of color #0BAFE5: hue angle of 194.86º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFE5 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 175 229 -
CMYK 0.95 0.24 0 0.10
HSL 194.86º 0.91% 0.47% -
HSV(B) 194.86º 0.95% 0.9% -
XYZ 29.61 36.39 79.59 -
YUV 132.12 182.67 41.61 -
System Red Green Blue C M Y K H S L
Decimal 11 175 229 0.95 0.24 0 0.10 194.86 0.91 0.47
Hex B AF E5 5F 18 0 A C3 5B 2F
Octal 13 257 345 137 30 0 12 303 133 57
Binary 1011 10101111 11100101 1011111 11000 0 1010 11000011 1011011 101111

Color Harmonies of #0BAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFE5

Black with #0BAFE5

Text Example


Text Example

White with #0BAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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