Html Css Color HEX #15CCED Deep Sky Blue

📋 copy color: '#15CCED'

red 21 ◦ green 204 ◦ blue 237

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

Shades of Deep Sky Blue #15CCED

Tints of Deep Sky Blue #15CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 4.55%
G = 44.16%
B = 51.3%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15CCED (or 0x15CCED) is known color: Deep Sky Blue. HEX triplet: 15, CC and ED. RGB value is (21,204,237). Sum of RGB (Red+Green+Blue) = 21+204+237=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #15CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CCED is #EA3312. Grayscale: #989898. Windows color (decimal): -15348499 or 15584277. OLE color: 15584277.

HSL color Cylindrical-coordinate representation of color #15CCED: hue angle of 189.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CCED is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 204 237 -
CMYK 0.91 0.14 0 0.07
HSL 189.17º 0.86% 0.51% -
HSV(B) 189.17º 0.91% 0.93% -
XYZ 37.19 49.46 87.71 -
YUV 153.05 175.37 33.82 -
System Red Green Blue C M Y K H S L
Decimal 21 204 237 0.91 0.14 0 0.07 189.17 0.86 0.51
Hex 15 CC ED 5B E 0 7 BD 56 33
Octal 25 314 355 133 16 0 7 275 126 63
Binary 10101 11001100 11101101 1011011 1110 0 111 10111101 1010110 110011

Color Harmonies of #15CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CCED

Black with #15CCED

Text Example


Text Example

White with #15CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,204,237); }

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

background-color css

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

 a { background-color: rgb(21,204,237); }

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

border-color css

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

 span { border-color: rgb(21,204,237); }

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