Html Css Color HEX #1FABCC Iris Blue

📋 copy color: '#1FABCC'

red 31 ◦ green 171 ◦ blue 204

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

Shades of Iris Blue #1FABCC

Tints of Iris Blue #1FABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 7.64%
G = 42.12%
B = 50.25%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1FABCC (or 0x1FABCC) is known color: Iris Blue. HEX triplet: 1F, AB and CC. RGB value is (31,171,204). Sum of RGB (Red+Green+Blue) = 31+171+204=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABCC is #E05433. Grayscale: #848484. Windows color (decimal): -14701620 or 13413151. OLE color: 13413151.

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

Color convert

RGB 31 171 204 -
CMYK 0.85 0.16 0 0.2
HSL 191.45º 0.74% 0.46% -
HSV(B) 191.45º 0.85% 0.8% -
XYZ 26.03 33.78 62.27 -
YUV 132.9 168.12 55.32 -
System Red Green Blue C M Y K H S L
Decimal 31 171 204 0.85 0.16 0 0.2 191.45 0.74 0.46
Hex 1F AB CC 55 10 0 14 BF 4A 2E
Octal 37 253 314 125 20 0 24 277 112 56
Binary 11111 10101011 11001100 1010101 10000 0 10100 10111111 1001010 101110

Color Harmonies of #1FABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FABCC

Black with #1FABCC

Text Example


Text Example

White with #1FABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,171,204); }

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

background-color css

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

 a { background-color: rgb(31,171,204); }

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

border-color css

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

 span { border-color: rgb(31,171,204); }

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