Html Css Color HEX #14BCCD Iris Blue

📋 copy color: '#14BCCD'

red 20 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #14BCCD

Tints of Iris Blue #14BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 4.84%
G = 45.52%
B = 49.64%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14BCCD (or 0x14BCCD) is known color: Iris Blue. HEX triplet: 14, BC and CD. RGB value is (20,188,205). Sum of RGB (Red+Green+Blue) = 20+188+205=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #14BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCCD is #EB4332. Grayscale: #8B8B8B. Windows color (decimal): -15418163 or 13483028. OLE color: 13483028.

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

Color convert

RGB 20 188 205 -
CMYK 0.90 0.08 0 0.20
HSL 185.51º 0.82% 0.44% -
HSV(B) 185.51º 0.9% 0.8% -
XYZ 29.29 40.52 64.04 -
YUV 139.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 20 188 205 0.90 0.08 0 0.20 185.51 0.82 0.44
Hex 14 BC CD 5A 8 0 14 BA 52 2C
Octal 24 274 315 132 10 0 24 272 122 54
Binary 10100 10111100 11001101 1011010 1000 0 10100 10111010 1010010 101100

Color Harmonies of #14BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCCD

Black with #14BCCD

Text Example


Text Example

White with #14BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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