Html Css Color HEX #1CAACD Iris Blue

📋 copy color: '#1CAACD'

red 28 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #1CAACD

Tints of Iris Blue #1CAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.18%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 6.95%
G = 42.18%
B = 50.87%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CAACD (or 0x1CAACD) is known color: Iris Blue. HEX triplet: 1C, AA and CD. RGB value is (28,170,205). Sum of RGB (Red+Green+Blue) = 28+170+205=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAACD is #E35532. Grayscale: #838383. Windows color (decimal): -14898483 or 13478428. OLE color: 13478428.

HSL color Cylindrical-coordinate representation of color #1CAACD: hue angle of 191.86º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CAACD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 170 205 -
CMYK 0.86 0.17 0 0.20
HSL 191.86º 0.76% 0.46% -
HSV(B) 191.86º 0.86% 0.8% -
XYZ 25.87 33.4 62.84 -
YUV 131.53 169.46 54.15 -
System Red Green Blue C M Y K H S L
Decimal 28 170 205 0.86 0.17 0 0.20 191.86 0.76 0.46
Hex 1C AA CD 56 11 0 14 C0 4C 2E
Octal 34 252 315 126 21 0 24 300 114 56
Binary 11100 10101010 11001101 1010110 10001 0 10100 11000000 1001100 101110

Color Harmonies of #1CAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAACD

Black with #1CAACD

Text Example


Text Example

White with #1CAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,170,205); }

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

background-color css

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

 a { background-color: rgb(28,170,205); }

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

border-color css

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

 span { border-color: rgb(28,170,205); }

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