Html Css Color HEX #14BCDD Iris Blue

📋 copy color: '#14BCDD'

red 20 ◦ green 188 ◦ blue 221

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

Shades of Iris Blue #14BCDD

Tints of Iris Blue #14BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 4.66%
G = 43.82%
B = 51.52%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14BCDD (or 0x14BCDD) is known color: Iris Blue. HEX triplet: 14, BC and DD. RGB value is (20,188,221). Sum of RGB (Red+Green+Blue) = 20+188+221=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #14BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCDD is #EB4322. Grayscale: #8D8D8D. Windows color (decimal): -15418147 or 14531604. OLE color: 14531604.

HSL color Cylindrical-coordinate representation of color #14BCDD: hue angle of 189.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BCDD is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 188 221 -
CMYK 0.91 0.15 0 0.13
HSL 189.85º 0.83% 0.47% -
HSV(B) 189.85º 0.91% 0.87% -
XYZ 31.32 41.34 74.73 -
YUV 141.53 172.84 41.32 -
System Red Green Blue C M Y K H S L
Decimal 20 188 221 0.91 0.15 0 0.13 189.85 0.83 0.47
Hex 14 BC DD 5B F 0 D BE 53 2F
Octal 24 274 335 133 17 0 15 276 123 57
Binary 10100 10111100 11011101 1011011 1111 0 1101 10111110 1010011 101111

Color Harmonies of #14BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCDD

Black with #14BCDD

Text Example


Text Example

White with #14BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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