Html Css Color HEX #1BB3C1 Iris Blue

📋 copy color: '#1BB3C1'

red 27 ◦ green 179 ◦ blue 193

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

Shades of Iris Blue #1BB3C1

Tints of Iris Blue #1BB3C1

RGB

 RED value IS 27 (10.94% from 255) = 6.77%

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

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 6.77%
G = 44.86%
B = 48.37%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1BB3C1 (or 0x1BB3C1) is known color: Iris Blue. HEX triplet: 1B, B3 and C1. RGB value is (27,179,193). Sum of RGB (Red+Green+Blue) = 27+179+193=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #1BB3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB3C1 is #E44C3E. Grayscale: #868686. Windows color (decimal): -14961727 or 12694299. OLE color: 12694299.

HSL color Cylindrical-coordinate representation of color #1BB3C1: hue angle of 185.06º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BB3C1 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 179 193 -
CMYK 0.86 0.07 0 0.24
HSL 185.06º 0.75% 0.43% -
HSV(B) 185.06º 0.86% 0.76% -
XYZ 26.2 36.32 56.08 -
YUV 135.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 27 179 193 0.86 0.07 0 0.24 185.06 0.75 0.43
Hex 1B B3 C1 56 7 0 18 B9 4B 2B
Octal 33 263 301 126 7 0 30 271 113 53
Binary 11011 10110011 11000001 1010110 111 0 11000 10111001 1001011 101011

Color Harmonies of #1BB3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB3C1

Black with #1BB3C1

Text Example


Text Example

White with #1BB3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,179,193); }

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

background-color css

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

 a { background-color: rgb(27,179,193); }

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

border-color css

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

 span { border-color: rgb(27,179,193); }

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