Html Css Color HEX #19CBFA Deep Sky Blue

📋 copy color: '#19CBFA'

red 25 ◦ green 203 ◦ blue 250

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

Shades of Deep Sky Blue #19CBFA

Tints of Deep Sky Blue #19CBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 5.23%
G = 42.47%
B = 52.3%

CMYK

 C value IS 0.9

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19CBFA (or 0x19CBFA) is known color: Deep Sky Blue. HEX triplet: 19, CB and FA. RGB value is (25,203,250). Sum of RGB (Red+Green+Blue) = 25+203+250=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #19CBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBFA is #E63405. Grayscale: #9A9A9A. Windows color (decimal): -15086598 or 16435993. OLE color: 16435993.

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

Color convert

RGB 25 203 250 -
CMYK 0.9 0.19 0 0.02
HSL 192.53º 0.96% 0.54% -
HSV(B) 192.53º 0.9% 0.98% -
XYZ 39.01 49.82 98 -
YUV 155.14 181.53 35.18 -
System Red Green Blue C M Y K H S L
Decimal 25 203 250 0.9 0.19 0 0.02 192.53 0.96 0.54
Hex 19 CB FA 5A 13 0 2 C1 60 36
Octal 31 313 372 132 23 0 2 301 140 66
Binary 11001 11001011 11111010 1011010 10011 0 10 11000001 1100000 110110

Color Harmonies of #19CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CBFA

Black with #19CBFA

Text Example


Text Example

White with #19CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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