Html Css Color HEX #19C1D4 Iris Blue

📋 copy color: '#19C1D4'

red 25 ◦ green 193 ◦ blue 212

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

Shades of Iris Blue #19C1D4

Tints of Iris Blue #19C1D4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 212 (83.2% from 255) = 49.3%

R = 5.81%
G = 44.88%
B = 49.3%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#19C1D4 (or 0x19C1D4) is known color: Iris Blue. HEX triplet: 19, C1 and D4. RGB value is (25,193,212). Sum of RGB (Red+Green+Blue) = 25+193+212=430 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.81% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #19C1D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C1D4 is #E63E2B. Grayscale: #909090. Windows color (decimal): -15089196 or 13943065. OLE color: 13943065.

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

Color convert

RGB 25 193 212 -
CMYK 0.88 0.09 0 0.17
HSL 186.1º 0.79% 0.46% -
HSV(B) 186.1º 0.88% 0.83% -
XYZ 31.35 43.1 68.95 -
YUV 144.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 25 193 212 0.88 0.09 0 0.17 186.1 0.79 0.46
Hex 19 C1 D4 58 9 0 11 BA 4F 2E
Octal 31 301 324 130 11 0 21 272 117 56
Binary 11001 11000001 11010100 1011000 1001 0 10001 10111010 1001111 101110

Color Harmonies of #19C1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C1D4

Black with #19C1D4

Text Example


Text Example

White with #19C1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,193,212); }

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

background-color css

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

 a { background-color: rgb(25,193,212); }

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

border-color css

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

 span { border-color: rgb(25,193,212); }

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