Html Css Color HEX #1CA8CC Iris Blue

📋 copy color: '#1CA8CC'

red 28 ◦ green 168 ◦ blue 204

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

Shades of Iris Blue #1CA8CC

Tints of Iris Blue #1CA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

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

R = 7%
G = 42%
B = 51%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CA8CC (or 0x1CA8CC) is known color: Iris Blue. HEX triplet: 1C, A8 and CC. RGB value is (28,168,204). Sum of RGB (Red+Green+Blue) = 28+168+204=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CA8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA8CC is #E35733. Grayscale: #818181. Windows color (decimal): -14898996 or 13412380. OLE color: 13412380.

HSL color Cylindrical-coordinate representation of color #1CA8CC: hue angle of 192.27º 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 #1CA8CC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 168 204 -
CMYK 0.86 0.18 0 0.2
HSL 192.27º 0.76% 0.45% -
HSV(B) 192.27º 0.86% 0.8% -
XYZ 25.38 32.61 62.08 -
YUV 130.24 169.62 55.07 -
System Red Green Blue C M Y K H S L
Decimal 28 168 204 0.86 0.18 0 0.2 192.27 0.76 0.45
Hex 1C A8 CC 56 12 0 14 C0 4C 2D
Octal 34 250 314 126 22 0 24 300 114 55
Binary 11100 10101000 11001100 1010110 10010 0 10100 11000000 1001100 101101

Color Harmonies of #1CA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA8CC

Black with #1CA8CC

Text Example


Text Example

White with #1CA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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