Html Css Color HEX #1FBECA Iris Blue

📋 copy color: '#1FBECA'

red 31 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #1FBECA

Tints of Iris Blue #1FBECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 7.33%
G = 44.92%
B = 47.75%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1FBECA (or 0x1FBECA) is known color: Iris Blue. HEX triplet: 1F, BE and CA. RGB value is (31,190,202). Sum of RGB (Red+Green+Blue) = 31+190+202=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FBECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBECA is #E04135. Grayscale: #8F8F8F. Windows color (decimal): -14696758 or 13286943. OLE color: 13286943.

HSL color Cylindrical-coordinate representation of color #1FBECA: hue angle of 184.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBECA is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 190 202 -
CMYK 0.85 0.06 0 0.21
HSL 184.21º 0.73% 0.46% -
HSV(B) 184.21º 0.85% 0.79% -
XYZ 29.64 41.38 62.3 -
YUV 143.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 31 190 202 0.85 0.06 0 0.21 184.21 0.73 0.46
Hex 1F BE CA 55 6 0 15 B8 49 2E
Octal 37 276 312 125 6 0 25 270 111 56
Binary 11111 10111110 11001010 1010101 110 0 10101 10111000 1001001 101110

Color Harmonies of #1FBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBECA

Black with #1FBECA

Text Example


Text Example

White with #1FBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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