Html Css Color HEX #15CDFC Deep Sky Blue

📋 copy color: '#15CDFC'

red 21 ◦ green 205 ◦ blue 252

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

Shades of Deep Sky Blue #15CDFC

Tints of Deep Sky Blue #15CDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 4.39%
G = 42.89%
B = 52.72%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15CDFC (or 0x15CDFC) is known color: Deep Sky Blue. HEX triplet: 15, CD and FC. RGB value is (21,205,252). Sum of RGB (Red+Green+Blue) = 21+205+252=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #15CDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CDFC is #EA3203. Grayscale: #9A9A9A. Windows color (decimal): -15348228 or 16567573. OLE color: 16567573.

HSL color Cylindrical-coordinate representation of color #15CDFC: hue angle of 192.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15CDFC is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 205 252 -
CMYK 0.92 0.19 0 0.01
HSL 192.21º 0.97% 0.54% -
HSV(B) 192.21º 0.92% 0.99% -
XYZ 39.71 50.85 99.82 -
YUV 155.34 182.54 32.18 -
System Red Green Blue C M Y K H S L
Decimal 21 205 252 0.92 0.19 0 0.01 192.21 0.97 0.54
Hex 15 CD FC 5C 13 0 1 C0 61 36
Octal 25 315 374 134 23 0 1 300 141 66
Binary 10101 11001101 11111100 1011100 10011 0 1 11000000 1100001 110110

Color Harmonies of #15CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CDFC

Black with #15CDFC

Text Example


Text Example

White with #15CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,205,252); }

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

background-color css

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

 a { background-color: rgb(21,205,252); }

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

border-color css

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

 span { border-color: rgb(21,205,252); }

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