Html Css Color HEX #0BAEF8 Deep Sky Blue

📋 copy color: '#0BAEF8'

red 11 ◦ green 174 ◦ blue 248

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

Shades of Deep Sky Blue #0BAEF8

Tints of Deep Sky Blue #0BAEF8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 248 (97.27% from 255) = 57.27%

R = 2.54%
G = 40.18%
B = 57.27%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0BAEF8 (or 0x0BAEF8) is known color: Deep Sky Blue. HEX triplet: 0B, AE and F8. RGB value is (11,174,248). Sum of RGB (Red+Green+Blue) = 11+174+248=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #0BAEF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BAEF8 is #F45107. Grayscale: #858585. Windows color (decimal): -16011528 or 16297483. OLE color: 16297483.

HSL color Cylindrical-coordinate representation of color #0BAEF8: hue angle of 198.73º 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 #0BAEF8 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 174 248 -
CMYK 0.96 0.30 0 0.03
HSL 198.73º 0.94% 0.51% -
HSV(B) 198.73º 0.96% 0.97% -
XYZ 32.22 37.12 94.27 -
YUV 133.7 192.5 40.48 -
System Red Green Blue C M Y K H S L
Decimal 11 174 248 0.96 0.30 0 0.03 198.73 0.94 0.51
Hex B AE F8 60 1E 0 3 C7 5E 33
Octal 13 256 370 140 36 0 3 307 136 63
Binary 1011 10101110 11111000 1100000 11110 0 11 11000111 1011110 110011

Color Harmonies of #0BAEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEF8

Black with #0BAEF8

Text Example


Text Example

White with #0BAEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,174,248); }

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

background-color css

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

 a { background-color: rgb(11,174,248); }

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

border-color css

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

 span { border-color: rgb(11,174,248); }

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