Html Css Color HEX #1FB8CD Iris Blue

📋 copy color: '#1FB8CD'

red 31 ◦ green 184 ◦ blue 205

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

Shades of Iris Blue #1FB8CD

Tints of Iris Blue #1FB8CD

RGB

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

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

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

R = 7.38%
G = 43.81%
B = 48.81%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FB8CD (or 0x1FB8CD) is known color: Iris Blue. HEX triplet: 1F, B8 and CD. RGB value is (31,184,205). Sum of RGB (Red+Green+Blue) = 31+184+205=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FB8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8CD is #E04732. Grayscale: #8C8C8C. Windows color (decimal): -14698291 or 13482015. OLE color: 13482015.

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

Color convert

RGB 31 184 205 -
CMYK 0.85 0.10 0 0.20
HSL 187.24º 0.74% 0.46% -
HSV(B) 187.24º 0.85% 0.8% -
XYZ 28.73 38.98 63.77 -
YUV 140.65 164.31 49.79 -
System Red Green Blue C M Y K H S L
Decimal 31 184 205 0.85 0.10 0 0.20 187.24 0.74 0.46
Hex 1F B8 CD 55 A 0 14 BB 4A 2E
Octal 37 270 315 125 12 0 24 273 112 56
Binary 11111 10111000 11001101 1010101 1010 0 10100 10111011 1001010 101110

Color Harmonies of #1FB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB8CD

Black with #1FB8CD

Text Example


Text Example

White with #1FB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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