Html Css Color HEX #15C0EE Deep Sky Blue

📋 copy color: '#15C0EE'

red 21 ◦ green 192 ◦ blue 238

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

Shades of Deep Sky Blue #15C0EE

Tints of Deep Sky Blue #15C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

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

R = 4.66%
G = 42.57%
B = 52.77%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15C0EE (or 0x15C0EE) is known color: Deep Sky Blue. HEX triplet: 15, C0 and EE. RGB value is (21,192,238). Sum of RGB (Red+Green+Blue) = 21+192+238=451 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.66% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #15C0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0EE is #EA3F11. Grayscale: #919191. Windows color (decimal): -15351570 or 15646741. OLE color: 15646741.

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

Color convert

RGB 21 192 238 -
CMYK 0.91 0.19 0 0.07
HSL 192.72º 0.86% 0.51% -
HSV(B) 192.72º 0.91% 0.93% -
XYZ 34.59 44.03 87.56 -
YUV 146.12 179.85 38.76 -
System Red Green Blue C M Y K H S L
Decimal 21 192 238 0.91 0.19 0 0.07 192.72 0.86 0.51
Hex 15 C0 EE 5B 13 0 7 C1 56 33
Octal 25 300 356 133 23 0 7 301 126 63
Binary 10101 11000000 11101110 1011011 10011 0 111 11000001 1010110 110011

Color Harmonies of #15C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C0EE

Black with #15C0EE

Text Example


Text Example

White with #15C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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