Html Css Color HEX #1FB4C9 Iris Blue

📋 copy color: '#1FB4C9'

red 31 ◦ green 180 ◦ blue 201

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

Shades of Iris Blue #1FB4C9

Tints of Iris Blue #1FB4C9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.69%

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 7.52%
G = 43.69%
B = 48.79%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1FB4C9 (or 0x1FB4C9) is known color: Iris Blue. HEX triplet: 1F, B4 and C9. RGB value is (31,180,201). Sum of RGB (Red+Green+Blue) = 31+180+201=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #1FB4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB4C9 is #E04B36. Grayscale: #898989. Windows color (decimal): -14699319 or 13218847. OLE color: 13218847.

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

Color convert

RGB 31 180 201 -
CMYK 0.85 0.10 0 0.21
HSL 187.41º 0.73% 0.45% -
HSV(B) 187.41º 0.85% 0.79% -
XYZ 27.43 37.15 60.98 -
YUV 137.84 163.64 51.79 -
System Red Green Blue C M Y K H S L
Decimal 31 180 201 0.85 0.10 0 0.21 187.41 0.73 0.45
Hex 1F B4 C9 55 A 0 15 BB 49 2D
Octal 37 264 311 125 12 0 25 273 111 55
Binary 11111 10110100 11001001 1010101 1010 0 10101 10111011 1001001 101101

Color Harmonies of #1FB4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB4C9

Black with #1FB4C9

Text Example


Text Example

White with #1FB4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,180,201); }

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

background-color css

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

 a { background-color: rgb(31,180,201); }

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

border-color css

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

 span { border-color: rgb(31,180,201); }

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