Html Css Color HEX #1FB7CD Iris Blue

📋 copy color: '#1FB7CD'

red 31 ◦ green 183 ◦ blue 205

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

Shades of Iris Blue #1FB7CD

Tints of Iris Blue #1FB7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 7.4%
G = 43.68%
B = 48.93%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FB7CD (or 0x1FB7CD) is known color: Iris Blue. HEX triplet: 1F, B7 and CD. RGB value is (31,183,205). Sum of RGB (Red+Green+Blue) = 31+183+205=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FB7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB7CD is #E04832. Grayscale: #8B8B8B. Windows color (decimal): -14698547 or 13481759. OLE color: 13481759.

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

Color convert

RGB 31 183 205 -
CMYK 0.85 0.11 0 0.20
HSL 187.59º 0.74% 0.46% -
HSV(B) 187.59º 0.85% 0.8% -
XYZ 28.52 38.57 63.7 -
YUV 140.06 164.64 50.21 -
System Red Green Blue C M Y K H S L
Decimal 31 183 205 0.85 0.11 0 0.20 187.59 0.74 0.46
Hex 1F B7 CD 55 B 0 14 BC 4A 2E
Octal 37 267 315 125 13 0 24 274 112 56
Binary 11111 10110111 11001101 1010101 1011 0 10100 10111100 1001010 101110

Color Harmonies of #1FB7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB7CD

Black with #1FB7CD

Text Example


Text Example

White with #1FB7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,183,205); }

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

background-color css

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

 a { background-color: rgb(31,183,205); }

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

border-color css

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

 span { border-color: rgb(31,183,205); }

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