Html Css Color HEX #14B0CE Iris Blue

📋 copy color: '#14B0CE'

red 20 ◦ green 176 ◦ blue 206

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

Shades of Iris Blue #14B0CE

Tints of Iris Blue #14B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 4.98%
G = 43.78%
B = 51.24%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14B0CE (or 0x14B0CE) is known color: Iris Blue. HEX triplet: 14, B0 and CE. RGB value is (20,176,206). Sum of RGB (Red+Green+Blue) = 20+176+206=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #14B0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0CE is #EB4F31. Grayscale: #848484. Windows color (decimal): -15421234 or 13545492. OLE color: 13545492.

HSL color Cylindrical-coordinate representation of color #14B0CE: hue angle of 189.68º 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 #14B0CE is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 176 206 -
CMYK 0.90 0.15 0 0.19
HSL 189.68º 0.82% 0.44% -
HSV(B) 189.68º 0.9% 0.81% -
XYZ 26.95 35.66 63.85 -
YUV 132.78 169.32 47.56 -
System Red Green Blue C M Y K H S L
Decimal 20 176 206 0.90 0.15 0 0.19 189.68 0.82 0.44
Hex 14 B0 CE 5A F 0 13 BE 52 2C
Octal 24 260 316 132 17 0 23 276 122 54
Binary 10100 10110000 11001110 1011010 1111 0 10011 10111110 1010010 101100

Color Harmonies of #14B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0CE

Black with #14B0CE

Text Example


Text Example

White with #14B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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