Html Css Color HEX #1CACCE Iris Blue

📋 copy color: '#1CACCE'

red 28 ◦ green 172 ◦ blue 206

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

Shades of Iris Blue #1CACCE

Tints of Iris Blue #1CACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 6.9%
G = 42.36%
B = 50.74%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CACCE (or 0x1CACCE) is known color: Iris Blue. HEX triplet: 1C, AC and CE. RGB value is (28,172,206). Sum of RGB (Red+Green+Blue) = 28+172+206=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACCE is #E35331. Grayscale: #848484. Windows color (decimal): -14897970 or 13544476. OLE color: 13544476.

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

Color convert

RGB 28 172 206 -
CMYK 0.86 0.17 0 0.19
HSL 191.46º 0.76% 0.46% -
HSV(B) 191.46º 0.86% 0.81% -
XYZ 26.37 34.21 63.61 -
YUV 132.82 169.29 53.24 -
System Red Green Blue C M Y K H S L
Decimal 28 172 206 0.86 0.17 0 0.19 191.46 0.76 0.46
Hex 1C AC CE 56 11 0 13 BF 4C 2E
Octal 34 254 316 126 21 0 23 277 114 56
Binary 11100 10101100 11001110 1010110 10001 0 10011 10111111 1001100 101110

Color Harmonies of #1CACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACCE

Black with #1CACCE

Text Example


Text Example

White with #1CACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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