Html Css Color HEX #19BDCE Iris Blue

📋 copy color: '#19BDCE'

red 25 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #19BDCE

Tints of Iris Blue #19BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 5.95%
G = 45%
B = 49.05%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19BDCE (or 0x19BDCE) is known color: Iris Blue. HEX triplet: 19, BD and CE. RGB value is (25,189,206). Sum of RGB (Red+Green+Blue) = 25+189+206=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #19BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDCE is #E64231. Grayscale: #8D8D8D. Windows color (decimal): -15090226 or 13548825. OLE color: 13548825.

HSL color Cylindrical-coordinate representation of color #19BDCE: hue angle of 185.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BDCE is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 189 206 -
CMYK 0.88 0.08 0 0.19
HSL 185.64º 0.78% 0.45% -
HSV(B) 185.64º 0.88% 0.81% -
XYZ 29.74 41.06 64.75 -
YUV 141.9 164.17 44.62 -
System Red Green Blue C M Y K H S L
Decimal 25 189 206 0.88 0.08 0 0.19 185.64 0.78 0.45
Hex 19 BD CE 58 8 0 13 BA 4E 2D
Octal 31 275 316 130 10 0 23 272 116 55
Binary 11001 10111101 11001110 1011000 1000 0 10011 10111010 1001110 101101

Color Harmonies of #19BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDCE

Black with #19BDCE

Text Example


Text Example

White with #19BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,189,206); }

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

background-color css

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

 a { background-color: rgb(25,189,206); }

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

border-color css

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

 span { border-color: rgb(25,189,206); }

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