Html Css Color HEX #15D0ED Deep Sky Blue

📋 copy color: '#15D0ED'

red 21 ◦ green 208 ◦ blue 237

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

Shades of Deep Sky Blue #15D0ED

Tints of Deep Sky Blue #15D0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

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

R = 4.51%
G = 44.64%
B = 50.86%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15D0ED (or 0x15D0ED) is known color: Deep Sky Blue. HEX triplet: 15, D0 and ED. RGB value is (21,208,237). Sum of RGB (Red+Green+Blue) = 21+208+237=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #15D0ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0ED is #EA2F12. Grayscale: #9B9B9B. Windows color (decimal): -15347475 or 15585301. OLE color: 15585301.

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

Color convert

RGB 21 208 237 -
CMYK 0.91 0.12 0 0.07
HSL 188.06º 0.86% 0.51% -
HSV(B) 188.06º 0.91% 0.93% -
XYZ 38.15 51.39 88.03 -
YUV 155.39 174.05 32.14 -
System Red Green Blue C M Y K H S L
Decimal 21 208 237 0.91 0.12 0 0.07 188.06 0.86 0.51
Hex 15 D0 ED 5B C 0 7 BC 56 33
Octal 25 320 355 133 14 0 7 274 126 63
Binary 10101 11010000 11101101 1011011 1100 0 111 10111100 1010110 110011

Color Harmonies of #15D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D0ED

Black with #15D0ED

Text Example


Text Example

White with #15D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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