Html Css Color HEX #19CFFD Deep Sky Blue

📋 copy color: '#19CFFD'

red 25 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #19CFFD

Tints of Deep Sky Blue #19CFFD

RGB

 RED value IS 25 (10.16% from 255) = 5.15%

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 5.15%
G = 42.68%
B = 52.16%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19CFFD (or 0x19CFFD) is known color: Deep Sky Blue. HEX triplet: 19, CF and FD. RGB value is (25,207,253). Sum of RGB (Red+Green+Blue) = 25+207+253=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #19CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFFD is #E63002. Grayscale: #9D9D9D. Windows color (decimal): -15085571 or 16633625. OLE color: 16633625.

HSL color Cylindrical-coordinate representation of color #19CFFD: hue angle of 192.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CFFD is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 207 253 -
CMYK 0.90 0.18 0 0.01
HSL 192.11º 0.98% 0.55% -
HSV(B) 192.11º 0.9% 0.99% -
XYZ 40.44 51.92 100.82 -
YUV 157.83 181.7 33.26 -
System Red Green Blue C M Y K H S L
Decimal 25 207 253 0.90 0.18 0 0.01 192.11 0.98 0.55
Hex 19 CF FD 5A 12 0 1 C0 62 37
Octal 31 317 375 132 22 0 1 300 142 67
Binary 11001 11001111 11111101 1011010 10010 0 1 11000000 1100010 110111

Color Harmonies of #19CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFFD

Black with #19CFFD

Text Example


Text Example

White with #19CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CFFD; }

 p { color: rgb(25,207,253); }

 H1.HeaderClassName
 {
   color: #19CFFD;
 }
 .AnyTagClassName
 {
   color: #19CFFD;
 }
</style>

background-color css

<style>
 a { background-color: #19CFFD; }

 a { background-color: rgb(25,207,253); }

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

border-color css

<style>
 span { border-color: #19CFFD; }

 span { border-color: rgb(25,207,253); }

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