Html Css Color HEX #19C2FF Deep Sky Blue

📋 copy color: '#19C2FF'

red 25 ◦ green 194 ◦ blue 255

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

Shades of Deep Sky Blue #19C2FF

Tints of Deep Sky Blue #19C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.93%

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

R = 5.27%
G = 40.93%
B = 53.8%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19C2FF (or 0x19C2FF) is known color: Deep Sky Blue. HEX triplet: 19, C2 and FF. RGB value is (25,194,255). Sum of RGB (Red+Green+Blue) = 25+194+255=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #19C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C2FF is #E63D00. Grayscale: #969696. Windows color (decimal): -15088897 or 16761369. OLE color: 16761369.

HSL color Cylindrical-coordinate representation of color #19C2FF: hue angle of 195.91º 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 #19C2FF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 194 255 -
CMYK 0.90 0.24 0 0
HSL 195.91º 1% 0.55% -
HSV(B) 195.91º 0.9% 1% -
XYZ 37.74 46.01 101.5 -
YUV 150.42 187.01 38.54 -
System Red Green Blue C M Y K H S L
Decimal 25 194 255 0.90 0.24 0 0 195.91 1 0.55
Hex 19 C2 FF 5A 18 0 0 C4 64 37
Octal 31 302 377 132 30 0 0 304 144 67
Binary 11001 11000010 11111111 1011010 11000 0 0 11000100 1100100 110111

Color Harmonies of #19C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C2FF

Black with #19C2FF

Text Example


Text Example

White with #19C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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