Html Css Color HEX #1FBACF Iris Blue

📋 copy color: '#1FBACF'

red 31 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #1FBACF

Tints of Iris Blue #1FBACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 7.31%
G = 43.87%
B = 48.82%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FBACF (or 0x1FBACF) is known color: Iris Blue. HEX triplet: 1F, BA and CF. RGB value is (31,186,207). Sum of RGB (Red+Green+Blue) = 31+186+207=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FBACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBACF is #E04530. Grayscale: #8D8D8D. Windows color (decimal): -14697777 or 13613599. OLE color: 13613599.

HSL color Cylindrical-coordinate representation of color #1FBACF: hue angle of 187.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBACF is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 186 207 -
CMYK 0.85 0.10 0 0.19
HSL 187.16º 0.74% 0.47% -
HSV(B) 187.16º 0.85% 0.81% -
XYZ 29.39 39.91 65.19 -
YUV 142.05 164.65 48.79 -
System Red Green Blue C M Y K H S L
Decimal 31 186 207 0.85 0.10 0 0.19 187.16 0.74 0.47
Hex 1F BA CF 55 A 0 13 BB 4A 2F
Octal 37 272 317 125 12 0 23 273 112 57
Binary 11111 10111010 11001111 1010101 1010 0 10011 10111011 1001010 101111

Color Harmonies of #1FBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBACF

Black with #1FBACF

Text Example


Text Example

White with #1FBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,186,207); }

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

background-color css

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

 a { background-color: rgb(31,186,207); }

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

border-color css

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

 span { border-color: rgb(31,186,207); }

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