Html Css Color HEX #15AFEB Deep Sky Blue

📋 copy color: '#15AFEB'

red 21 ◦ green 175 ◦ blue 235

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

Shades of Deep Sky Blue #15AFEB

Tints of Deep Sky Blue #15AFEB

RGB

 RED value IS 21 (8.59% from 255) = 4.87%

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

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

R = 4.87%
G = 40.6%
B = 54.52%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#15AFEB (or 0x15AFEB) is known color: Deep Sky Blue. HEX triplet: 15, AF and EB. RGB value is (21,175,235). Sum of RGB (Red+Green+Blue) = 21+175+235=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #15AFEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AFEB is #EA5014. Grayscale: #878787. Windows color (decimal): -15355925 or 15445781. OLE color: 15445781.

HSL color Cylindrical-coordinate representation of color #15AFEB: hue angle of 196.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AFEB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 175 235 -
CMYK 0.91 0.26 0 0.08
HSL 196.82º 0.84% 0.5% -
HSV(B) 196.82º 0.91% 0.92% -
XYZ 30.63 36.82 84.09 -
YUV 135.79 183.98 46.12 -
System Red Green Blue C M Y K H S L
Decimal 21 175 235 0.91 0.26 0 0.08 196.82 0.84 0.5
Hex 15 AF EB 5B 1A 0 8 C5 54 32
Octal 25 257 353 133 32 0 10 305 124 62
Binary 10101 10101111 11101011 1011011 11010 0 1000 11000101 1010100 110010

Color Harmonies of #15AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFEB

Black with #15AFEB

Text Example


Text Example

White with #15AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15AFEB; }

 p { color: rgb(21,175,235); }

 H1.HeaderClassName
 {
   color: #15AFEB;
 }
 .AnyTagClassName
 {
   color: #15AFEB;
 }
</style>

background-color css

<style>
 a { background-color: #15AFEB; }

 a { background-color: rgb(21,175,235); }

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

border-color css

<style>
 span { border-color: #15AFEB; }

 span { border-color: rgb(21,175,235); }

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