Html Css Color HEX #1FBDD0 Iris Blue

📋 copy color: '#1FBDD0'

red 31 ◦ green 189 ◦ blue 208

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

Shades of Iris Blue #1FBDD0

Tints of Iris Blue #1FBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.6%

R = 7.24%
G = 44.16%
B = 48.6%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1FBDD0 (or 0x1FBDD0) is known color: Iris Blue. HEX triplet: 1F, BD and D0. RGB value is (31,189,208). Sum of RGB (Red+Green+Blue) = 31+189+208=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #1FBDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDD0 is #E0422F. Grayscale: #8F8F8F. Windows color (decimal): -14697008 or 13679903. OLE color: 13679903.

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

Color convert

RGB 31 189 208 -
CMYK 0.85 0.09 0 0.18
HSL 186.44º 0.74% 0.47% -
HSV(B) 186.44º 0.85% 0.82% -
XYZ 30.15 41.24 66.05 -
YUV 143.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 31 189 208 0.85 0.09 0 0.18 186.44 0.74 0.47
Hex 1F BD D0 55 9 0 12 BA 4A 2F
Octal 37 275 320 125 11 0 22 272 112 57
Binary 11111 10111101 11010000 1010101 1001 0 10010 10111010 1001010 101111

Color Harmonies of #1FBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBDD0

Black with #1FBDD0

Text Example


Text Example

White with #1FBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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