Html Css Color HEX #1CAACC Iris Blue

📋 copy color: '#1CAACC'

red 28 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #1CAACC

Tints of Iris Blue #1CAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 6.97%
G = 42.29%
B = 50.75%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CAACC (or 0x1CAACC) is known color: Iris Blue. HEX triplet: 1C, AA and CC. RGB value is (28,170,204). Sum of RGB (Red+Green+Blue) = 28+170+204=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAACC is #E35533. Grayscale: #838383. Windows color (decimal): -14898484 or 13412892. OLE color: 13412892.

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

Color convert

RGB 28 170 204 -
CMYK 0.86 0.17 0 0.2
HSL 191.59º 0.76% 0.45% -
HSV(B) 191.59º 0.86% 0.8% -
XYZ 25.75 33.36 62.21 -
YUV 131.42 168.96 54.24 -
System Red Green Blue C M Y K H S L
Decimal 28 170 204 0.86 0.17 0 0.2 191.59 0.76 0.45
Hex 1C AA CC 56 11 0 14 C0 4C 2D
Octal 34 252 314 126 21 0 24 300 114 55
Binary 11100 10101010 11001100 1010110 10001 0 10100 11000000 1001100 101101

Color Harmonies of #1CAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAACC

Black with #1CAACC

Text Example


Text Example

White with #1CAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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