Html Css Color HEX #19CFFF Deep Sky Blue

📋 copy color: '#19CFFF'

red 25 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #19CFFF

Tints of Deep Sky Blue #19CFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 5.13%
G = 42.51%
B = 52.36%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19CFFF (or 0x19CFFF) is known color: Deep Sky Blue. HEX triplet: 19, CF and FF. RGB value is (25,207,255). Sum of RGB (Red+Green+Blue) = 25+207+255=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #19CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFFF is #E63000. Grayscale: #9D9D9D. Windows color (decimal): -15085569 or 16764697. OLE color: 16764697.

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

Color convert

RGB 25 207 255 -
CMYK 0.90 0.19 0 0
HSL 192.52º 1% 0.55% -
HSV(B) 192.52º 0.9% 1% -
XYZ 40.76 52.05 102.51 -
YUV 158.05 182.7 33.1 -
System Red Green Blue C M Y K H S L
Decimal 25 207 255 0.90 0.19 0 0 192.52 1 0.55
Hex 19 CF FF 5A 13 0 0 C1 64 37
Octal 31 317 377 132 23 0 0 301 144 67
Binary 11001 11001111 11111111 1011010 10011 0 0 11000001 1100100 110111

Color Harmonies of #19CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CFFF

Black with #19CFFF

Text Example


Text Example

White with #19CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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