Html Css Color HEX #19BAD0 Iris Blue

📋 copy color: '#19BAD0'

red 25 ◦ green 186 ◦ blue 208

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

Shades of Iris Blue #19BAD0

Tints of Iris Blue #19BAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 5.97%
G = 44.39%
B = 49.64%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#19BAD0 (or 0x19BAD0) is known color: Iris Blue. HEX triplet: 19, BA and D0. RGB value is (25,186,208). Sum of RGB (Red+Green+Blue) = 25+186+208=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #19BAD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BAD0 is #E6452F. Grayscale: #8C8C8C. Windows color (decimal): -15090992 or 13679129. OLE color: 13679129.

HSL color Cylindrical-coordinate representation of color #19BAD0: hue angle of 187.21º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BAD0 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 186 208 -
CMYK 0.88 0.11 0 0.18
HSL 187.21º 0.79% 0.46% -
HSV(B) 187.21º 0.88% 0.82% -
XYZ 29.34 39.88 65.83 -
YUV 140.37 166.16 45.71 -
System Red Green Blue C M Y K H S L
Decimal 25 186 208 0.88 0.11 0 0.18 187.21 0.79 0.46
Hex 19 BA D0 58 B 0 12 BB 4F 2E
Octal 31 272 320 130 13 0 22 273 117 56
Binary 11001 10111010 11010000 1011000 1011 0 10010 10111011 1001111 101110

Color Harmonies of #19BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BAD0

Black with #19BAD0

Text Example


Text Example

White with #19BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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