Html Css Color HEX #1BBBC4 Iris Blue

📋 copy color: '#1BBBC4'

red 27 ◦ green 187 ◦ blue 196

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

Shades of Iris Blue #1BBBC4

Tints of Iris Blue #1BBBC4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

 BLUE value IS 196 (76.95% from 255) = 47.8%

R = 6.59%
G = 45.61%
B = 47.8%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1BBBC4 (or 0x1BBBC4) is known color: Iris Blue. HEX triplet: 1B, BB and C4. RGB value is (27,187,196). Sum of RGB (Red+Green+Blue) = 27+187+196=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #1BBBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBBC4 is #E4443B. Grayscale: #8B8B8B. Windows color (decimal): -14959676 or 12892955. OLE color: 12892955.

HSL color Cylindrical-coordinate representation of color #1BBBC4: hue angle of 183.2º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBBC4 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 27 187 196 -
CMYK 0.86 0.05 0 0.23
HSL 183.2º 0.76% 0.44% -
HSV(B) 183.2º 0.86% 0.77% -
XYZ 28.19 39.76 58.41 -
YUV 140.19 159.49 47.27 -
System Red Green Blue C M Y K H S L
Decimal 27 187 196 0.86 0.05 0 0.23 183.2 0.76 0.44
Hex 1B BB C4 56 5 0 17 B7 4C 2C
Octal 33 273 304 126 5 0 27 267 114 54
Binary 11011 10111011 11000100 1010110 101 0 10111 10110111 1001100 101100

Color Harmonies of #1BBBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBBC4

Black with #1BBBC4

Text Example


Text Example

White with #1BBBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,187,196); }

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

background-color css

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

 a { background-color: rgb(27,187,196); }

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

border-color css

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

 span { border-color: rgb(27,187,196); }

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