Html Css Color HEX #1FBECD Iris Blue

📋 copy color: '#1FBECD'

red 31 ◦ green 190 ◦ blue 205

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

Shades of Iris Blue #1FBECD

Tints of Iris Blue #1FBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 7.28%
G = 44.6%
B = 48.12%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FBECD (or 0x1FBECD) is known color: Iris Blue. HEX triplet: 1F, BE and CD. RGB value is (31,190,205). Sum of RGB (Red+Green+Blue) = 31+190+205=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBECD is #E04132. Grayscale: #8F8F8F. Windows color (decimal): -14696755 or 13483551. OLE color: 13483551.

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

Color convert

RGB 31 190 205 -
CMYK 0.85 0.07 0 0.20
HSL 185.17º 0.74% 0.46% -
HSV(B) 185.17º 0.85% 0.8% -
XYZ 30 41.53 64.19 -
YUV 144.17 162.32 47.28 -
System Red Green Blue C M Y K H S L
Decimal 31 190 205 0.85 0.07 0 0.20 185.17 0.74 0.46
Hex 1F BE CD 55 7 0 14 B9 4A 2E
Octal 37 276 315 125 7 0 24 271 112 56
Binary 11111 10111110 11001101 1010101 111 0 10100 10111001 1001010 101110

Color Harmonies of #1FBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBECD

Black with #1FBECD

Text Example


Text Example

White with #1FBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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