Html Css Color HEX #1FACCB Iris Blue

📋 copy color: '#1FACCB'

red 31 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #1FACCB

Tints of Iris Blue #1FACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 7.64%
G = 42.36%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FACCB (or 0x1FACCB) is known color: Iris Blue. HEX triplet: 1F, AC and CB. RGB value is (31,172,203). Sum of RGB (Red+Green+Blue) = 31+172+203=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACCB is #E05334. Grayscale: #858585. Windows color (decimal): -14701365 or 13347871. OLE color: 13347871.

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

Color convert

RGB 31 172 203 -
CMYK 0.85 0.15 0 0.20
HSL 190.81º 0.74% 0.46% -
HSV(B) 190.81º 0.85% 0.8% -
XYZ 26.1 34.11 61.71 -
YUV 133.38 167.29 54.98 -
System Red Green Blue C M Y K H S L
Decimal 31 172 203 0.85 0.15 0 0.20 190.81 0.74 0.46
Hex 1F AC CB 55 F 0 14 BF 4A 2E
Octal 37 254 313 125 17 0 24 277 112 56
Binary 11111 10101100 11001011 1010101 1111 0 10100 10111111 1001010 101110

Color Harmonies of #1FACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACCB

Black with #1FACCB

Text Example


Text Example

White with #1FACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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