Html Css Color HEX #14B7CE Iris Blue

📋 copy color: '#14B7CE'

red 20 ◦ green 183 ◦ blue 206

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

Shades of Iris Blue #14B7CE

Tints of Iris Blue #14B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

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

R = 4.89%
G = 44.74%
B = 50.37%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14B7CE (or 0x14B7CE) is known color: Iris Blue. HEX triplet: 14, B7 and CE. RGB value is (20,183,206). Sum of RGB (Red+Green+Blue) = 20+183+206=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #14B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B7CE is #EB4831. Grayscale: #888888. Windows color (decimal): -15419442 or 13547284. OLE color: 13547284.

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

Color convert

RGB 20 183 206 -
CMYK 0.90 0.11 0 0.19
HSL 187.42º 0.82% 0.44% -
HSV(B) 187.42º 0.9% 0.81% -
XYZ 28.36 38.47 64.32 -
YUV 136.89 167 44.63 -
System Red Green Blue C M Y K H S L
Decimal 20 183 206 0.90 0.11 0 0.19 187.42 0.82 0.44
Hex 14 B7 CE 5A B 0 13 BB 52 2C
Octal 24 267 316 132 13 0 23 273 122 54
Binary 10100 10110111 11001110 1011010 1011 0 10011 10111011 1010010 101100

Color Harmonies of #14B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B7CE

Black with #14B7CE

Text Example


Text Example

White with #14B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,183,206); }

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

background-color css

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

 a { background-color: rgb(20,183,206); }

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

border-color css

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

 span { border-color: rgb(20,183,206); }

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