Html Css Color HEX #1FB4CE Iris Blue

📋 copy color: '#1FB4CE'

red 31 ◦ green 180 ◦ blue 206

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

Shades of Iris Blue #1FB4CE

Tints of Iris Blue #1FB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 7.43%
G = 43.17%
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

#1FB4CE (or 0x1FB4CE) is known color: Iris Blue. HEX triplet: 1F, B4 and CE. RGB value is (31,180,206). Sum of RGB (Red+Green+Blue) = 31+180+206=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FB4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB4CE is #E04B31. Grayscale: #8A8A8A. Windows color (decimal): -14699314 or 13546527. OLE color: 13546527.

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

Color convert

RGB 31 180 206 -
CMYK 0.85 0.13 0 0.19
HSL 188.91º 0.74% 0.46% -
HSV(B) 188.91º 0.85% 0.81% -
XYZ 28.03 37.39 64.13 -
YUV 138.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 31 180 206 0.85 0.13 0 0.19 188.91 0.74 0.46
Hex 1F B4 CE 55 D 0 13 BD 4A 2E
Octal 37 264 316 125 15 0 23 275 112 56
Binary 11111 10110100 11001110 1010101 1101 0 10011 10111101 1001010 101110

Color Harmonies of #1FB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB4CE

Black with #1FB4CE

Text Example


Text Example

White with #1FB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,180,206); }

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

background-color css

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

 a { background-color: rgb(31,180,206); }

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

border-color css

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

 span { border-color: rgb(31,180,206); }

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