Html Css Color HEX #1FB2CB Iris Blue

📋 copy color: '#1FB2CB'

red 31 ◦ green 178 ◦ blue 203

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

Shades of Iris Blue #1FB2CB

Tints of Iris Blue #1FB2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 7.52%
G = 43.2%
B = 49.27%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FB2CB (or 0x1FB2CB) is known color: Iris Blue. HEX triplet: 1F, B2 and CB. RGB value is (31,178,203). Sum of RGB (Red+Green+Blue) = 31+178+203=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FB2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB2CB is #E04D34. Grayscale: #888888. Windows color (decimal): -14699829 or 13349407. OLE color: 13349407.

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

Color convert

RGB 31 178 203 -
CMYK 0.85 0.12 0 0.20
HSL 188.72º 0.74% 0.46% -
HSV(B) 188.72º 0.85% 0.8% -
XYZ 27.26 36.44 62.1 -
YUV 136.9 165.3 52.47 -
System Red Green Blue C M Y K H S L
Decimal 31 178 203 0.85 0.12 0 0.20 188.72 0.74 0.46
Hex 1F B2 CB 55 C 0 14 BD 4A 2E
Octal 37 262 313 125 14 0 24 275 112 56
Binary 11111 10110010 11001011 1010101 1100 0 10100 10111101 1001010 101110

Color Harmonies of #1FB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB2CB

Black with #1FB2CB

Text Example


Text Example

White with #1FB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,178,203); }

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

background-color css

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

 a { background-color: rgb(31,178,203); }

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

border-color css

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

 span { border-color: rgb(31,178,203); }

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