Html Css Color HEX #19BAD5 Iris Blue

📋 copy color: '#19BAD5'

red 25 ◦ green 186 ◦ blue 213

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

Shades of Iris Blue #19BAD5

Tints of Iris Blue #19BAD5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 5.9%
G = 43.87%
B = 50.24%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#19BAD5 (or 0x19BAD5) is known color: Iris Blue. HEX triplet: 19, BA and D5. RGB value is (25,186,213). Sum of RGB (Red+Green+Blue) = 25+186+213=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #19BAD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BAD5 is #E6452A. Grayscale: #8C8C8C. Windows color (decimal): -15090987 or 14006809. OLE color: 14006809.

HSL color Cylindrical-coordinate representation of color #19BAD5: hue angle of 188.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BAD5 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 186 213 -
CMYK 0.88 0.13 0 0.16
HSL 188.62º 0.79% 0.47% -
HSV(B) 188.62º 0.88% 0.84% -
XYZ 29.97 40.13 69.12 -
YUV 140.94 168.66 45.3 -
System Red Green Blue C M Y K H S L
Decimal 25 186 213 0.88 0.13 0 0.16 188.62 0.79 0.47
Hex 19 BA D5 58 D 0 10 BD 4F 2F
Octal 31 272 325 130 15 0 20 275 117 57
Binary 11001 10111010 11010101 1011000 1101 0 10000 10111101 1001111 101111

Color Harmonies of #19BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BAD5

Black with #19BAD5

Text Example


Text Example

White with #19BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,213); }

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

background-color css

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

 a { background-color: rgb(25,186,213); }

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

border-color css

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

 span { border-color: rgb(25,186,213); }

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