Html Css Color HEX #1CAFCC Iris Blue

📋 copy color: '#1CAFCC'

red 28 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #1CAFCC

Tints of Iris Blue #1CAFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

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

R = 6.88%
G = 43%
B = 50.12%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CAFCC (or 0x1CAFCC) is known color: Iris Blue. HEX triplet: 1C, AF and CC. RGB value is (28,175,204). Sum of RGB (Red+Green+Blue) = 28+175+204=407 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.88% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFCC is #E35033. Grayscale: #868686. Windows color (decimal): -14897204 or 13414172. OLE color: 13414172.

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

Color convert

RGB 28 175 204 -
CMYK 0.86 0.14 0 0.2
HSL 189.89º 0.76% 0.45% -
HSV(B) 189.89º 0.86% 0.8% -
XYZ 26.71 35.27 62.53 -
YUV 134.35 167.3 52.14 -
System Red Green Blue C M Y K H S L
Decimal 28 175 204 0.86 0.14 0 0.2 189.89 0.76 0.45
Hex 1C AF CC 56 E 0 14 BE 4C 2D
Octal 34 257 314 126 16 0 24 276 114 55
Binary 11100 10101111 11001100 1010110 1110 0 10100 10111110 1001100 101101

Color Harmonies of #1CAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFCC

Black with #1CAFCC

Text Example


Text Example

White with #1CAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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