Html Css Color HEX #19C7FB Deep Sky Blue

📋 copy color: '#19C7FB'

red 25 ◦ green 199 ◦ blue 251

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

Shades of Deep Sky Blue #19C7FB

Tints of Deep Sky Blue #19C7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.89%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 5.26%
G = 41.89%
B = 52.84%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19C7FB (or 0x19C7FB) is known color: Deep Sky Blue. HEX triplet: 19, C7 and FB. RGB value is (25,199,251). Sum of RGB (Red+Green+Blue) = 25+199+251=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #19C7FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C7FB is #E63804. Grayscale: #989898. Windows color (decimal): -15087621 or 16500505. OLE color: 16500505.

HSL color Cylindrical-coordinate representation of color #19C7FB: hue angle of 193.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C7FB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 199 251 -
CMYK 0.90 0.21 0 0.02
HSL 193.81º 0.97% 0.54% -
HSV(B) 193.81º 0.9% 0.98% -
XYZ 38.24 48.02 98.52 -
YUV 152.9 183.35 36.77 -
System Red Green Blue C M Y K H S L
Decimal 25 199 251 0.90 0.21 0 0.02 193.81 0.97 0.54
Hex 19 C7 FB 5A 15 0 2 C2 61 36
Octal 31 307 373 132 25 0 2 302 141 66
Binary 11001 11000111 11111011 1011010 10101 0 10 11000010 1100001 110110

Color Harmonies of #19C7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C7FB

Black with #19C7FB

Text Example


Text Example

White with #19C7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,199,251); }

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

background-color css

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

 a { background-color: rgb(25,199,251); }

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

border-color css

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

 span { border-color: rgb(25,199,251); }

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