Html Css Color HEX #15CCEE Deep Sky Blue

📋 copy color: '#15CCEE'

red 21 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #15CCEE

Tints of Deep Sky Blue #15CCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 4.54%
G = 44.06%
B = 51.4%

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

#15CCEE (or 0x15CCEE) is known color: Deep Sky Blue. HEX triplet: 15, CC and EE. RGB value is (21,204,238). Sum of RGB (Red+Green+Blue) = 21+204+238=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #15CCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CCEE is #EA3311. Grayscale: #989898. Windows color (decimal): -15348498 or 15649813. OLE color: 15649813.

HSL color Cylindrical-coordinate representation of color #15CCEE: hue angle of 189.4º 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 #15CCEE is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 204 238 -
CMYK 0.91 0.14 0 0.07
HSL 189.4º 0.86% 0.51% -
HSV(B) 189.4º 0.91% 0.93% -
XYZ 37.33 49.52 88.48 -
YUV 153.16 175.87 33.74 -
System Red Green Blue C M Y K H S L
Decimal 21 204 238 0.91 0.14 0 0.07 189.4 0.86 0.51
Hex 15 CC EE 5B E 0 7 BD 56 33
Octal 25 314 356 133 16 0 7 275 126 63
Binary 10101 11001100 11101110 1011011 1110 0 111 10111101 1010110 110011

Color Harmonies of #15CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CCEE

Black with #15CCEE

Text Example


Text Example

White with #15CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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