Html Css Color HEX #14BECA Iris Blue

📋 copy color: '#14BECA'

red 20 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #14BECA

Tints of Iris Blue #14BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

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

R = 4.85%
G = 46.12%
B = 49.03%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#14BECA (or 0x14BECA) is known color: Iris Blue. HEX triplet: 14, BE and CA. RGB value is (20,190,202). Sum of RGB (Red+Green+Blue) = 20+190+202=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #14BECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BECA is #EB4135. Grayscale: #8C8C8C. Windows color (decimal): -15417654 or 13286932. OLE color: 13286932.

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

Color convert

RGB 20 190 202 -
CMYK 0.90 0.06 0 0.21
HSL 183.96º 0.82% 0.44% -
HSV(B) 183.96º 0.9% 0.79% -
XYZ 29.36 41.24 62.29 -
YUV 140.54 162.68 42.02 -
System Red Green Blue C M Y K H S L
Decimal 20 190 202 0.90 0.06 0 0.21 183.96 0.82 0.44
Hex 14 BE CA 5A 6 0 15 B8 52 2C
Octal 24 276 312 132 6 0 25 270 122 54
Binary 10100 10111110 11001010 1011010 110 0 10101 10111000 1010010 101100

Color Harmonies of #14BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BECA

Black with #14BECA

Text Example


Text Example

White with #14BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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