Html Css Color HEX #1FB6CD Iris Blue

📋 copy color: '#1FB6CD'

red 31 ◦ green 182 ◦ blue 205

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

Shades of Iris Blue #1FB6CD

Tints of Iris Blue #1FB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

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

R = 7.42%
G = 43.54%
B = 49.04%

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

#1FB6CD (or 0x1FB6CD) is known color: Iris Blue. HEX triplet: 1F, B6 and CD. RGB value is (31,182,205). Sum of RGB (Red+Green+Blue) = 31+182+205=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FB6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB6CD is #E04932. Grayscale: #8B8B8B. Windows color (decimal): -14698803 or 13481503. OLE color: 13481503.

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

Color convert

RGB 31 182 205 -
CMYK 0.85 0.11 0 0.20
HSL 187.93º 0.74% 0.46% -
HSV(B) 187.93º 0.85% 0.8% -
XYZ 28.31 38.15 63.63 -
YUV 139.47 164.97 50.63 -
System Red Green Blue C M Y K H S L
Decimal 31 182 205 0.85 0.11 0 0.20 187.93 0.74 0.46
Hex 1F B6 CD 55 B 0 14 BC 4A 2E
Octal 37 266 315 125 13 0 24 274 112 56
Binary 11111 10110110 11001101 1010101 1011 0 10100 10111100 1001010 101110

Color Harmonies of #1FB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB6CD

Black with #1FB6CD

Text Example


Text Example

White with #1FB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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