Html Css Color HEX #14BBBC Iris Blue

📋 copy color: '#14BBBC'

red 20 ◦ green 187 ◦ blue 188

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

Shades of Iris Blue #14BBBC

Tints of Iris Blue #14BBBC

RGB

 RED value IS 20 (8.2% from 255) = 5.06%

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 5.06%
G = 47.34%
B = 47.59%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14BBBC (or 0x14BBBC) is known color: Iris Blue. HEX triplet: 14, BB and BC. RGB value is (20,187,188). Sum of RGB (Red+Green+Blue) = 20+187+188=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #14BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBBC is #EB4443. Grayscale: #898989. Windows color (decimal): -15418436 or 12368660. OLE color: 12368660.

HSL color Cylindrical-coordinate representation of color #14BBBC: hue angle of 180.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BBBC is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 187 188 -
CMYK 0.89 0.01 0 0.26
HSL 180.36º 0.81% 0.41% -
HSV(B) 180.36º 0.89% 0.74% -
XYZ 27.14 39.32 53.74 -
YUV 137.18 156.67 44.42 -
System Red Green Blue C M Y K H S L
Decimal 20 187 188 0.89 0.01 0 0.26 180.36 0.81 0.41
Hex 14 BB BC 59 1 0 1A B4 51 29
Octal 24 273 274 131 1 0 32 264 121 51
Binary 10100 10111011 10111100 1011001 1 0 11010 10110100 1010001 101001

Color Harmonies of #14BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBBC

Black with #14BBBC

Text Example


Text Example

White with #14BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14BBBC; }

 p { color: rgb(20,187,188); }

 H1.HeaderClassName
 {
   color: #14BBBC;
 }
 .AnyTagClassName
 {
   color: #14BBBC;
 }
</style>

background-color css

<style>
 a { background-color: #14BBBC; }

 a { background-color: rgb(20,187,188); }

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

border-color css

<style>
 span { border-color: #14BBBC; }

 span { border-color: rgb(20,187,188); }

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