Html Css Color HEX #1FAFC4 Iris Blue

📋 copy color: '#1FAFC4'

red 31 ◦ green 175 ◦ blue 196

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

Shades of Iris Blue #1FAFC4

Tints of Iris Blue #1FAFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.76%

R = 7.71%
G = 43.53%
B = 48.76%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1FAFC4 (or 0x1FAFC4) is known color: Iris Blue. HEX triplet: 1F, AF and C4. RGB value is (31,175,196). Sum of RGB (Red+Green+Blue) = 31+175+196=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #1FAFC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFC4 is #E0503B. Grayscale: #868686. Windows color (decimal): -14700604 or 12889887. OLE color: 12889887.

HSL color Cylindrical-coordinate representation of color #1FAFC4: hue angle of 187.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FAFC4 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 175 196 -
CMYK 0.84 0.11 0 0.23
HSL 187.64º 0.73% 0.45% -
HSV(B) 187.64º 0.84% 0.77% -
XYZ 25.86 34.94 57.61 -
YUV 134.34 162.79 54.29 -
System Red Green Blue C M Y K H S L
Decimal 31 175 196 0.84 0.11 0 0.23 187.64 0.73 0.45
Hex 1F AF C4 54 B 0 17 BC 49 2D
Octal 37 257 304 124 13 0 27 274 111 55
Binary 11111 10101111 11000100 1010100 1011 0 10111 10111100 1001001 101101

Color Harmonies of #1FAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFC4

Black with #1FAFC4

Text Example


Text Example

White with #1FAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,175,196); }

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

background-color css

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

 a { background-color: rgb(31,175,196); }

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

border-color css

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

 span { border-color: rgb(31,175,196); }

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