Html Css Color HEX #1FBDCF Iris Blue

📋 copy color: '#1FBDCF'

red 31 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #1FBDCF

Tints of Iris Blue #1FBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

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

R = 7.26%
G = 44.26%
B = 48.48%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FBDCF (or 0x1FBDCF) is known color: Iris Blue. HEX triplet: 1F, BD and CF. RGB value is (31,189,207). Sum of RGB (Red+Green+Blue) = 31+189+207=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDCF is #E04230. Grayscale: #8F8F8F. Windows color (decimal): -14697009 or 13614367. OLE color: 13614367.

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

Color convert

RGB 31 189 207 -
CMYK 0.85 0.09 0 0.19
HSL 186.14º 0.74% 0.47% -
HSV(B) 186.14º 0.85% 0.81% -
XYZ 30.03 41.19 65.4 -
YUV 143.81 163.65 47.54 -
System Red Green Blue C M Y K H S L
Decimal 31 189 207 0.85 0.09 0 0.19 186.14 0.74 0.47
Hex 1F BD CF 55 9 0 13 BA 4A 2F
Octal 37 275 317 125 11 0 23 272 112 57
Binary 11111 10111101 11001111 1010101 1001 0 10011 10111010 1001010 101111

Color Harmonies of #1FBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBDCF

Black with #1FBDCF

Text Example


Text Example

White with #1FBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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