Html Css Color HEX #1FB8C6 Iris Blue

📋 copy color: '#1FB8C6'

red 31 ◦ green 184 ◦ blue 198

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

Shades of Iris Blue #1FB8C6

Tints of Iris Blue #1FB8C6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 7.51%
G = 44.55%
B = 47.94%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1FB8C6 (or 0x1FB8C6) is known color: Iris Blue. HEX triplet: 1F, B8 and C6. RGB value is (31,184,198). Sum of RGB (Red+Green+Blue) = 31+184+198=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #1FB8C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8C6 is #E04739. Grayscale: #8B8B8B. Windows color (decimal): -14698298 or 13023263. OLE color: 13023263.

HSL color Cylindrical-coordinate representation of color #1FB8C6: hue angle of 185.03º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB8C6 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 184 198 -
CMYK 0.84 0.07 0 0.22
HSL 185.03º 0.73% 0.45% -
HSV(B) 185.03º 0.84% 0.78% -
XYZ 27.9 38.65 59.42 -
YUV 139.85 160.81 50.36 -
System Red Green Blue C M Y K H S L
Decimal 31 184 198 0.84 0.07 0 0.22 185.03 0.73 0.45
Hex 1F B8 C6 54 7 0 16 B9 49 2D
Octal 37 270 306 124 7 0 26 271 111 55
Binary 11111 10111000 11000110 1010100 111 0 10110 10111001 1001001 101101

Color Harmonies of #1FB8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB8C6

Black with #1FB8C6

Text Example


Text Example

White with #1FB8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,184,198); }

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

background-color css

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

 a { background-color: rgb(31,184,198); }

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

border-color css

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

 span { border-color: rgb(31,184,198); }

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