Html Css Color HEX #1FAFCB Iris Blue

📋 copy color: '#1FAFCB'

red 31 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #1FAFCB

Tints of Iris Blue #1FAFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 7.58%
G = 42.79%
B = 49.63%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FAFCB (or 0x1FAFCB) is known color: Iris Blue. HEX triplet: 1F, AF and CB. RGB value is (31,175,203). Sum of RGB (Red+Green+Blue) = 31+175+203=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FAFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFCB is #E05034. Grayscale: #868686. Windows color (decimal): -14700597 or 13348639. OLE color: 13348639.

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

Color convert

RGB 31 175 203 -
CMYK 0.85 0.14 0 0.20
HSL 189.77º 0.74% 0.46% -
HSV(B) 189.77º 0.85% 0.8% -
XYZ 26.67 35.26 61.9 -
YUV 135.14 166.29 53.72 -
System Red Green Blue C M Y K H S L
Decimal 31 175 203 0.85 0.14 0 0.20 189.77 0.74 0.46
Hex 1F AF CB 55 E 0 14 BE 4A 2E
Octal 37 257 313 125 16 0 24 276 112 56
Binary 11111 10101111 11001011 1010101 1110 0 10100 10111110 1001010 101110

Color Harmonies of #1FAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFCB

Black with #1FAFCB

Text Example


Text Example

White with #1FAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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