Html Css Color HEX #1FBECB Iris Blue

📋 copy color: '#1FBECB'

red 31 ◦ green 190 ◦ blue 203

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

Shades of Iris Blue #1FBECB

Tints of Iris Blue #1FBECB

RGB

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

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

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

R = 7.31%
G = 44.81%
B = 47.88%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FBECB (or 0x1FBECB) is known color: Iris Blue. HEX triplet: 1F, BE and CB. RGB value is (31,190,203). Sum of RGB (Red+Green+Blue) = 31+190+203=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBECB is #E04134. Grayscale: #8F8F8F. Windows color (decimal): -14696757 or 13352479. OLE color: 13352479.

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

Color convert

RGB 31 190 203 -
CMYK 0.85 0.06 0 0.20
HSL 184.53º 0.74% 0.46% -
HSV(B) 184.53º 0.85% 0.8% -
XYZ 29.76 41.43 62.93 -
YUV 143.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 31 190 203 0.85 0.06 0 0.20 184.53 0.74 0.46
Hex 1F BE CB 55 6 0 14 B9 4A 2E
Octal 37 276 313 125 6 0 24 271 112 56
Binary 11111 10111110 11001011 1010101 110 0 10100 10111001 1001010 101110

Color Harmonies of #1FBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBECB

Black with #1FBECB

Text Example


Text Example

White with #1FBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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