Html Css Color HEX #15D0EF Deep Sky Blue

📋 copy color: '#15D0EF'

red 21 ◦ green 208 ◦ blue 239

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

Shades of Deep Sky Blue #15D0EF

Tints of Deep Sky Blue #15D0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 4.49%
G = 44.44%
B = 51.07%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15D0EF (or 0x15D0EF) is known color: Deep Sky Blue. HEX triplet: 15, D0 and EF. RGB value is (21,208,239). Sum of RGB (Red+Green+Blue) = 21+208+239=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #15D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0EF is #EA2F10. Grayscale: #9B9B9B. Windows color (decimal): -15347473 or 15716373. OLE color: 15716373.

HSL color Cylindrical-coordinate representation of color #15D0EF: hue angle of 188.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D0EF is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 208 239 -
CMYK 0.91 0.13 0 0.06
HSL 188.53º 0.87% 0.51% -
HSV(B) 188.53º 0.91% 0.94% -
XYZ 38.45 51.5 89.58 -
YUV 155.62 175.05 31.98 -
System Red Green Blue C M Y K H S L
Decimal 21 208 239 0.91 0.13 0 0.06 188.53 0.87 0.51
Hex 15 D0 EF 5B D 0 6 BD 57 33
Octal 25 320 357 133 15 0 6 275 127 63
Binary 10101 11010000 11101111 1011011 1101 0 110 10111101 1010111 110011

Color Harmonies of #15D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D0EF

Black with #15D0EF

Text Example


Text Example

White with #15D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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