Html Css Color HEX #0FAEEB Deep Sky Blue

📋 copy color: '#0FAEEB'

red 15 ◦ green 174 ◦ blue 235

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

Shades of Deep Sky Blue #0FAEEB

Tints of Deep Sky Blue #0FAEEB

RGB

 RED value IS 15 (6.25% from 255) = 3.54%

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 3.54%
G = 41.04%
B = 55.42%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FAEEB (or 0x0FAEEB) is known color: Deep Sky Blue. HEX triplet: 0F, AE and EB. RGB value is (15,174,235). Sum of RGB (Red+Green+Blue) = 15+174+235=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FAEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAEEB is #F05114. Grayscale: #858585. Windows color (decimal): -15749397 or 15445519. OLE color: 15445519.

HSL color Cylindrical-coordinate representation of color #0FAEEB: hue angle of 196.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAEEB is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 174 235 -
CMYK 0.94 0.26 0 0.08
HSL 196.64º 0.88% 0.49% -
HSV(B) 196.64º 0.94% 0.92% -
XYZ 30.33 36.37 84.02 -
YUV 133.41 185.32 43.54 -
System Red Green Blue C M Y K H S L
Decimal 15 174 235 0.94 0.26 0 0.08 196.64 0.88 0.49
Hex F AE EB 5E 1A 0 8 C5 58 31
Octal 17 256 353 136 32 0 10 305 130 61
Binary 1111 10101110 11101011 1011110 11010 0 1000 11000101 1011000 110001

Color Harmonies of #0FAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAEEB

Black with #0FAEEB

Text Example


Text Example

White with #0FAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,174,235); }

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

background-color css

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

 a { background-color: rgb(15,174,235); }

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

border-color css

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

 span { border-color: rgb(15,174,235); }

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