Html Css Color HEX #1FBDD3 Iris Blue

📋 copy color: '#1FBDD3'

red 31 ◦ green 189 ◦ blue 211

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

Shades of Iris Blue #1FBDD3

Tints of Iris Blue #1FBDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.96%

R = 7.19%
G = 43.85%
B = 48.96%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1FBDD3 (or 0x1FBDD3) is known color: Iris Blue. HEX triplet: 1F, BD and D3. RGB value is (31,189,211). Sum of RGB (Red+Green+Blue) = 31+189+211=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #1FBDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDD3 is #E0422C. Grayscale: #909090. Windows color (decimal): -14697005 or 13876511. OLE color: 13876511.

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

Color convert

RGB 31 189 211 -
CMYK 0.85 0.10 0 0.17
HSL 187.33º 0.74% 0.47% -
HSV(B) 187.33º 0.85% 0.83% -
XYZ 30.52 41.39 68.01 -
YUV 144.27 165.65 47.21 -
System Red Green Blue C M Y K H S L
Decimal 31 189 211 0.85 0.10 0 0.17 187.33 0.74 0.47
Hex 1F BD D3 55 A 0 11 BB 4A 2F
Octal 37 275 323 125 12 0 21 273 112 57
Binary 11111 10111101 11010011 1010101 1010 0 10001 10111011 1001010 101111

Color Harmonies of #1FBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBDD3

Black with #1FBDD3

Text Example


Text Example

White with #1FBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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