Html Css Color HEX #19B0DF Summer Sky

📋 copy color: '#19B0DF'

red 25 ◦ green 176 ◦ blue 223

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

Shades of Summer Sky #19B0DF

Tints of Summer Sky #19B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 5.9%
G = 41.51%
B = 52.59%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19B0DF (or 0x19B0DF) is known color: Summer Sky. HEX triplet: 19, B0 and DF. RGB value is (25,176,223). Sum of RGB (Red+Green+Blue) = 25+176+223=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #19B0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B0DF is #E64F20. Grayscale: #878787. Windows color (decimal): -15093537 or 14659609. OLE color: 14659609.

HSL color Cylindrical-coordinate representation of color #19B0DF: hue angle of 194.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B0DF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 176 223 -
CMYK 0.89 0.21 0 0.13
HSL 194.24º 0.8% 0.49% -
HSV(B) 194.24º 0.89% 0.87% -
XYZ 29.25 36.59 75.33 -
YUV 136.21 176.97 48.68 -
System Red Green Blue C M Y K H S L
Decimal 25 176 223 0.89 0.21 0 0.13 194.24 0.8 0.49
Hex 19 B0 DF 59 15 0 D C2 50 31
Octal 31 260 337 131 25 0 15 302 120 61
Binary 11001 10110000 11011111 1011001 10101 0 1101 11000010 1010000 110001

Color Harmonies of #19B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B0DF

Black with #19B0DF

Text Example


Text Example

White with #19B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,176,223); }

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

background-color css

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

 a { background-color: rgb(25,176,223); }

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

border-color css

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

 span { border-color: rgb(25,176,223); }

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