Html Css Color HEX #19B2FA Deep Sky Blue

📋 copy color: '#19B2FA'

red 25 ◦ green 178 ◦ blue 250

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

Shades of Deep Sky Blue #19B2FA

Tints of Deep Sky Blue #19B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 5.52%
G = 39.29%
B = 55.19%

CMYK

 C value IS 0.9

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19B2FA (or 0x19B2FA) is known color: Deep Sky Blue. HEX triplet: 19, B2 and FA. RGB value is (25,178,250). Sum of RGB (Red+Green+Blue) = 25+178+250=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #19B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B2FA is #E64D05. Grayscale: #8C8C8C. Windows color (decimal): -15092998 or 16429593. OLE color: 16429593.

HSL color Cylindrical-coordinate representation of color #19B2FA: hue angle of 199.2º degrees, saturation: 0.96, 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 #19B2FA is Cyan = 0.9, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 178 250 -
CMYK 0.9 0.29 0 0.02
HSL 199.2º 0.96% 0.54% -
HSV(B) 199.2º 0.9% 0.98% -
XYZ 33.58 38.95 96.19 -
YUV 140.46 189.81 45.65 -
System Red Green Blue C M Y K H S L
Decimal 25 178 250 0.9 0.29 0 0.02 199.2 0.96 0.54
Hex 19 B2 FA 5A 1D 0 2 C7 60 36
Octal 31 262 372 132 35 0 2 307 140 66
Binary 11001 10110010 11111010 1011010 11101 0 10 11000111 1100000 110110

Color Harmonies of #19B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B2FA

Black with #19B2FA

Text Example


Text Example

White with #19B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,178,250); }

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

background-color css

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

 a { background-color: rgb(25,178,250); }

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

border-color css

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

 span { border-color: rgb(25,178,250); }

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