Html Css Color HEX #1FB3CE Iris Blue

📋 copy color: '#1FB3CE'

red 31 ◦ green 179 ◦ blue 206

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

Shades of Iris Blue #1FB3CE

Tints of Iris Blue #1FB3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.03%

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

R = 7.45%
G = 43.03%
B = 49.52%

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

#1FB3CE (or 0x1FB3CE) is known color: Iris Blue. HEX triplet: 1F, B3 and CE. RGB value is (31,179,206). Sum of RGB (Red+Green+Blue) = 31+179+206=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FB3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3CE is #E04C31. Grayscale: #898989. Windows color (decimal): -14699570 or 13546271. OLE color: 13546271.

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

Color convert

RGB 31 179 206 -
CMYK 0.85 0.13 0 0.19
HSL 189.26º 0.74% 0.46% -
HSV(B) 189.26º 0.85% 0.81% -
XYZ 27.83 36.99 64.07 -
YUV 137.83 166.47 51.8 -
System Red Green Blue C M Y K H S L
Decimal 31 179 206 0.85 0.13 0 0.19 189.26 0.74 0.46
Hex 1F B3 CE 55 D 0 13 BD 4A 2E
Octal 37 263 316 125 15 0 23 275 112 56
Binary 11111 10110011 11001110 1010101 1101 0 10011 10111101 1001010 101110

Color Harmonies of #1FB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB3CE

Black with #1FB3CE

Text Example


Text Example

White with #1FB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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