Html Css Color HEX #1FAECC Iris Blue

📋 copy color: '#1FAECC'

red 31 ◦ green 174 ◦ blue 204

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

Shades of Iris Blue #1FAECC

Tints of Iris Blue #1FAECC

RGB

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

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

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

R = 7.58%
G = 42.54%
B = 49.88%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1FAECC (or 0x1FAECC) is known color: Iris Blue. HEX triplet: 1F, AE and CC. RGB value is (31,174,204). Sum of RGB (Red+Green+Blue) = 31+174+204=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FAECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAECC is #E05133. Grayscale: #868686. Windows color (decimal): -14700852 or 13413919. OLE color: 13413919.

HSL color Cylindrical-coordinate representation of color #1FAECC: hue angle of 190.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAECC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 174 204 -
CMYK 0.85 0.15 0 0.2
HSL 190.4º 0.74% 0.46% -
HSV(B) 190.4º 0.85% 0.8% -
XYZ 26.6 34.92 62.47 -
YUV 134.66 167.12 54.06 -
System Red Green Blue C M Y K H S L
Decimal 31 174 204 0.85 0.15 0 0.2 190.4 0.74 0.46
Hex 1F AE CC 55 F 0 14 BE 4A 2E
Octal 37 256 314 125 17 0 24 276 112 56
Binary 11111 10101110 11001100 1010101 1111 0 10100 10111110 1001010 101110

Color Harmonies of #1FAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAECC

Black with #1FAECC

Text Example


Text Example

White with #1FAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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