Html Css Color HEX #1FAECA Iris Blue

📋 copy color: '#1FAECA'

red 31 ◦ green 174 ◦ blue 202

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

Shades of Iris Blue #1FAECA

Tints of Iris Blue #1FAECA

RGB

 RED value IS 31 (12.5% from 255) = 7.62%

 GREEN value IS 174 (68.36% from 255) = 42.75%

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

R = 7.62%
G = 42.75%
B = 49.63%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1FAECA (or 0x1FAECA) is known color: Iris Blue. HEX triplet: 1F, AE and CA. RGB value is (31,174,202). Sum of RGB (Red+Green+Blue) = 31+174+202=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAECA is #E05135. Grayscale: #868686. Windows color (decimal): -14700854 or 13282847. OLE color: 13282847.

HSL color Cylindrical-coordinate representation of color #1FAECA: hue angle of 189.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAECA is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 174 202 -
CMYK 0.85 0.14 0 0.21
HSL 189.82º 0.73% 0.46% -
HSV(B) 189.82º 0.85% 0.79% -
XYZ 26.36 34.83 61.21 -
YUV 134.44 166.12 54.22 -
System Red Green Blue C M Y K H S L
Decimal 31 174 202 0.85 0.14 0 0.21 189.82 0.73 0.46
Hex 1F AE CA 55 E 0 15 BE 49 2E
Octal 37 256 312 125 16 0 25 276 111 56
Binary 11111 10101110 11001010 1010101 1110 0 10101 10111110 1001001 101110

Color Harmonies of #1FAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAECA

Black with #1FAECA

Text Example


Text Example

White with #1FAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,174,202); }

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

background-color css

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

 a { background-color: rgb(31,174,202); }

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

border-color css

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

 span { border-color: rgb(31,174,202); }

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