Html Css Color HEX #19BDCF Iris Blue

📋 copy color: '#19BDCF'

red 25 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #19BDCF

Tints of Iris Blue #19BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 5.94%
G = 44.89%
B = 49.17%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19BDCF (or 0x19BDCF) is known color: Iris Blue. HEX triplet: 19, BD and CF. RGB value is (25,189,207). Sum of RGB (Red+Green+Blue) = 25+189+207=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #19BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDCF is #E64230. Grayscale: #8D8D8D. Windows color (decimal): -15090225 or 13614361. OLE color: 13614361.

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

Color convert

RGB 25 189 207 -
CMYK 0.88 0.09 0 0.19
HSL 185.93º 0.78% 0.45% -
HSV(B) 185.93º 0.88% 0.81% -
XYZ 29.86 41.11 65.39 -
YUV 142.02 164.67 44.54 -
System Red Green Blue C M Y K H S L
Decimal 25 189 207 0.88 0.09 0 0.19 185.93 0.78 0.45
Hex 19 BD CF 58 9 0 13 BA 4E 2D
Octal 31 275 317 130 11 0 23 272 116 55
Binary 11001 10111101 11001111 1011000 1001 0 10011 10111010 1001110 101101

Color Harmonies of #19BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDCF

Black with #19BDCF

Text Example


Text Example

White with #19BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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