Html Css Color HEX #1FB1CD Iris Blue

📋 copy color: '#1FB1CD'

red 31 ◦ green 177 ◦ blue 205

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

Shades of Iris Blue #1FB1CD

Tints of Iris Blue #1FB1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.86%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 7.51%
G = 42.86%
B = 49.64%

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

#1FB1CD (or 0x1FB1CD) is known color: Iris Blue. HEX triplet: 1F, B1 and CD. RGB value is (31,177,205). Sum of RGB (Red+Green+Blue) = 31+177+205=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FB1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB1CD is #E04E32. Grayscale: #888888. Windows color (decimal): -14700083 or 13480223. OLE color: 13480223.

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

Color convert

RGB 31 177 205 -
CMYK 0.85 0.14 0 0.20
HSL 189.66º 0.74% 0.46% -
HSV(B) 189.66º 0.85% 0.8% -
XYZ 27.31 36.14 63.29 -
YUV 136.54 166.63 52.72 -
System Red Green Blue C M Y K H S L
Decimal 31 177 205 0.85 0.14 0 0.20 189.66 0.74 0.46
Hex 1F B1 CD 55 E 0 14 BE 4A 2E
Octal 37 261 315 125 16 0 24 276 112 56
Binary 11111 10110001 11001101 1010101 1110 0 10100 10111110 1001010 101110

Color Harmonies of #1FB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB1CD

Black with #1FB1CD

Text Example


Text Example

White with #1FB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,177,205); }

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

background-color css

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

 a { background-color: rgb(31,177,205); }

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

border-color css

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

 span { border-color: rgb(31,177,205); }

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