Html Css Color HEX #19BCD7 Iris Blue

📋 copy color: '#19BCD7'

red 25 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #19BCD7

Tints of Iris Blue #19BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.93%

 BLUE value IS 215 (84.38% from 255) = 50.23%

R = 5.84%
G = 43.93%
B = 50.23%

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

#19BCD7 (or 0x19BCD7) is known color: Iris Blue. HEX triplet: 19, BC and D7. RGB value is (25,188,215). Sum of RGB (Red+Green+Blue) = 25+188+215=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #19BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCD7 is #E64328. Grayscale: #8E8E8E. Windows color (decimal): -15090473 or 14138393. OLE color: 14138393.

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

Color convert

RGB 25 188 215 -
CMYK 0.88 0.13 0 0.16
HSL 188.53º 0.79% 0.47% -
HSV(B) 188.53º 0.88% 0.84% -
XYZ 30.65 41.08 70.6 -
YUV 142.34 169 44.3 -
System Red Green Blue C M Y K H S L
Decimal 25 188 215 0.88 0.13 0 0.16 188.53 0.79 0.47
Hex 19 BC D7 58 D 0 10 BD 4F 2F
Octal 31 274 327 130 15 0 20 275 117 57
Binary 11001 10111100 11010111 1011000 1101 0 10000 10111101 1001111 101111

Color Harmonies of #19BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BCD7

Black with #19BCD7

Text Example


Text Example

White with #19BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,188,215); }

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

background-color css

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

 a { background-color: rgb(25,188,215); }

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

border-color css

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

 span { border-color: rgb(25,188,215); }

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