Html Css Color HEX #14BBCC Iris Blue

📋 copy color: '#14BBCC'

red 20 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #14BBCC

Tints of Iris Blue #14BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 4.87%
G = 45.5%
B = 49.64%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#14BBCC (or 0x14BBCC) is known color: Iris Blue. HEX triplet: 14, BB and CC. RGB value is (20,187,204). Sum of RGB (Red+Green+Blue) = 20+187+204=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #14BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBCC is #EB4433. Grayscale: #8A8A8A. Windows color (decimal): -15418420 or 13417236. OLE color: 13417236.

HSL color Cylindrical-coordinate representation of color #14BBCC: hue angle of 185.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BBCC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 187 204 -
CMYK 0.90 0.08 0 0.2
HSL 185.54º 0.82% 0.44% -
HSV(B) 185.54º 0.9% 0.8% -
XYZ 28.96 40.05 63.33 -
YUV 139.01 164.67 43.12 -
System Red Green Blue C M Y K H S L
Decimal 20 187 204 0.90 0.08 0 0.2 185.54 0.82 0.44
Hex 14 BB CC 5A 8 0 14 BA 52 2C
Octal 24 273 314 132 10 0 24 272 122 54
Binary 10100 10111011 11001100 1011010 1000 0 10100 10111010 1010010 101100

Color Harmonies of #14BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBCC

Black with #14BBCC

Text Example


Text Example

White with #14BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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