Html Css Color HEX #1FB5CF Iris Blue

📋 copy color: '#1FB5CF'

red 31 ◦ green 181 ◦ blue 207

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

Shades of Iris Blue #1FB5CF

Tints of Iris Blue #1FB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 7.4%
G = 43.2%
B = 49.4%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FB5CF (or 0x1FB5CF) is known color: Iris Blue. HEX triplet: 1F, B5 and CF. RGB value is (31,181,207). Sum of RGB (Red+Green+Blue) = 31+181+207=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FB5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB5CF is #E04A30. Grayscale: #8A8A8A. Windows color (decimal): -14699057 or 13612319. OLE color: 13612319.

HSL color Cylindrical-coordinate representation of color #1FB5CF: hue angle of 188.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FB5CF is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 181 207 -
CMYK 0.85 0.13 0 0.19
HSL 188.86º 0.74% 0.47% -
HSV(B) 188.86º 0.85% 0.81% -
XYZ 28.35 37.84 64.84 -
YUV 139.11 166.31 50.89 -
System Red Green Blue C M Y K H S L
Decimal 31 181 207 0.85 0.13 0 0.19 188.86 0.74 0.47
Hex 1F B5 CF 55 D 0 13 BD 4A 2F
Octal 37 265 317 125 15 0 23 275 112 57
Binary 11111 10110101 11001111 1010101 1101 0 10011 10111101 1001010 101111

Color Harmonies of #1FB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB5CF

Black with #1FB5CF

Text Example


Text Example

White with #1FB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,181,207); }

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

background-color css

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

 a { background-color: rgb(31,181,207); }

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

border-color css

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

 span { border-color: rgb(31,181,207); }

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