Html Css Color HEX #1CACD1 Iris Blue

📋 copy color: '#1CACD1'

red 28 ◦ green 172 ◦ blue 209

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

Shades of Iris Blue #1CACD1

Tints of Iris Blue #1CACD1

RGB

 RED value IS 28 (11.33% from 255) = 6.85%

 GREEN value IS 172 (67.58% from 255) = 42.05%

 BLUE value IS 209 (82.03% from 255) = 51.1%

R = 6.85%
G = 42.05%
B = 51.1%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1CACD1 (or 0x1CACD1) is known color: Iris Blue. HEX triplet: 1C, AC and D1. RGB value is (28,172,209). Sum of RGB (Red+Green+Blue) = 28+172+209=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #1CACD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACD1 is #E3532E. Grayscale: #848484. Windows color (decimal): -14897967 or 13741084. OLE color: 13741084.

HSL color Cylindrical-coordinate representation of color #1CACD1: hue angle of 192.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CACD1 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 172 209 -
CMYK 0.87 0.18 0 0.18
HSL 192.27º 0.76% 0.46% -
HSV(B) 192.27º 0.87% 0.82% -
XYZ 26.74 34.36 65.54 -
YUV 133.16 170.79 52.99 -
System Red Green Blue C M Y K H S L
Decimal 28 172 209 0.87 0.18 0 0.18 192.27 0.76 0.46
Hex 1C AC D1 57 12 0 12 C0 4C 2E
Octal 34 254 321 127 22 0 22 300 114 56
Binary 11100 10101100 11010001 1010111 10010 0 10010 11000000 1001100 101110

Color Harmonies of #1CACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACD1

Black with #1CACD1

Text Example


Text Example

White with #1CACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CACD1; }

 p { color: rgb(28,172,209); }

 H1.HeaderClassName
 {
   color: #1CACD1;
 }
 .AnyTagClassName
 {
   color: #1CACD1;
 }
</style>

background-color css

<style>
 a { background-color: #1CACD1; }

 a { background-color: rgb(28,172,209); }

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

border-color css

<style>
 span { border-color: #1CACD1; }

 span { border-color: rgb(28,172,209); }

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