Html Css Color HEX #14BFCA Iris Blue

📋 copy color: '#14BFCA'

red 20 ◦ green 191 ◦ blue 202

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

Shades of Iris Blue #14BFCA

Tints of Iris Blue #14BFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 4.84%
G = 46.25%
B = 48.91%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#14BFCA (or 0x14BFCA) is known color: Iris Blue. HEX triplet: 14, BF and CA. RGB value is (20,191,202). Sum of RGB (Red+Green+Blue) = 20+191+202=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #14BFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFCA is #EB4035. Grayscale: #8C8C8C. Windows color (decimal): -15417398 or 13287188. OLE color: 13287188.

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

Color convert

RGB 20 191 202 -
CMYK 0.90 0.05 0 0.21
HSL 183.63º 0.82% 0.44% -
HSV(B) 183.63º 0.9% 0.79% -
XYZ 29.58 41.67 62.36 -
YUV 141.13 162.35 41.61 -
System Red Green Blue C M Y K H S L
Decimal 20 191 202 0.90 0.05 0 0.21 183.63 0.82 0.44
Hex 14 BF CA 5A 5 0 15 B8 52 2C
Octal 24 277 312 132 5 0 25 270 122 54
Binary 10100 10111111 11001010 1011010 101 0 10101 10111000 1010010 101100

Color Harmonies of #14BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFCA

Black with #14BFCA

Text Example


Text Example

White with #14BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,191,202); }

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

background-color css

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

 a { background-color: rgb(20,191,202); }

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

border-color css

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

 span { border-color: rgb(20,191,202); }

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