Html Css Color HEX #1FBECE Iris Blue

📋 copy color: '#1FBECE'

red 31 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #1FBECE

Tints of Iris Blue #1FBECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 7.26%
G = 44.5%
B = 48.24%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FBECE (or 0x1FBECE) is known color: Iris Blue. HEX triplet: 1F, BE and CE. RGB value is (31,190,206). Sum of RGB (Red+Green+Blue) = 31+190+206=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBECE is #E04131. Grayscale: #909090. Windows color (decimal): -14696754 or 13549087. OLE color: 13549087.

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

Color convert

RGB 31 190 206 -
CMYK 0.85 0.08 0 0.19
HSL 185.49º 0.74% 0.46% -
HSV(B) 185.49º 0.85% 0.81% -
XYZ 30.12 41.57 64.83 -
YUV 144.28 162.82 47.2 -
System Red Green Blue C M Y K H S L
Decimal 31 190 206 0.85 0.08 0 0.19 185.49 0.74 0.46
Hex 1F BE CE 55 8 0 13 B9 4A 2E
Octal 37 276 316 125 10 0 23 271 112 56
Binary 11111 10111110 11001110 1010101 1000 0 10011 10111001 1001010 101110

Color Harmonies of #1FBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBECE

Black with #1FBECE

Text Example


Text Example

White with #1FBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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