Html Css Color HEX #1CAFCA Iris Blue

📋 copy color: '#1CAFCA'

red 28 ◦ green 175 ◦ blue 202

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

Shades of Iris Blue #1CAFCA

Tints of Iris Blue #1CAFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 6.91%
G = 43.21%
B = 49.88%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1CAFCA (or 0x1CAFCA) is known color: Iris Blue. HEX triplet: 1C, AF and CA. RGB value is (28,175,202). Sum of RGB (Red+Green+Blue) = 28+175+202=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #1CAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFCA is #E35035. Grayscale: #858585. Windows color (decimal): -14897206 or 13283100. OLE color: 13283100.

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

Color convert

RGB 28 175 202 -
CMYK 0.86 0.13 0 0.21
HSL 189.31º 0.76% 0.45% -
HSV(B) 189.31º 0.86% 0.79% -
XYZ 26.47 35.17 61.27 -
YUV 134.13 166.3 52.3 -
System Red Green Blue C M Y K H S L
Decimal 28 175 202 0.86 0.13 0 0.21 189.31 0.76 0.45
Hex 1C AF CA 56 D 0 15 BD 4C 2D
Octal 34 257 312 126 15 0 25 275 114 55
Binary 11100 10101111 11001010 1010110 1101 0 10101 10111101 1001100 101101

Color Harmonies of #1CAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFCA

Black with #1CAFCA

Text Example


Text Example

White with #1CAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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