Html Css Color HEX #1FAFCA Iris Blue

📋 copy color: '#1FAFCA'

red 31 ◦ green 175 ◦ blue 202

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

Shades of Iris Blue #1FAFCA

Tints of Iris Blue #1FAFCA

RGB

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

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

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

R = 7.6%
G = 42.89%
B = 49.51%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1FAFCA (or 0x1FAFCA) is known color: Iris Blue. HEX triplet: 1F, AF and CA. RGB value is (31,175,202). Sum of RGB (Red+Green+Blue) = 31+175+202=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FAFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFCA is #E05035. Grayscale: #868686. Windows color (decimal): -14700598 or 13283103. OLE color: 13283103.

HSL color Cylindrical-coordinate representation of color #1FAFCA: hue angle of 189.47º 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 #1FAFCA is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 175 202 -
CMYK 0.85 0.13 0 0.21
HSL 189.47º 0.73% 0.46% -
HSV(B) 189.47º 0.85% 0.79% -
XYZ 26.56 35.22 61.27 -
YUV 135.02 165.79 53.8 -
System Red Green Blue C M Y K H S L
Decimal 31 175 202 0.85 0.13 0 0.21 189.47 0.73 0.46
Hex 1F AF CA 55 D 0 15 BD 49 2E
Octal 37 257 312 125 15 0 25 275 111 56
Binary 11111 10101111 11001010 1010101 1101 0 10101 10111101 1001001 101110

Color Harmonies of #1FAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFCA

Black with #1FAFCA

Text Example


Text Example

White with #1FAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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