Html Css Color HEX #14BEC4 Iris Blue

📋 copy color: '#14BEC4'

red 20 ◦ green 190 ◦ blue 196

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

Shades of Iris Blue #14BEC4

Tints of Iris Blue #14BEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.28%

R = 4.93%
G = 46.8%
B = 48.28%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#14BEC4 (or 0x14BEC4) is known color: Iris Blue. HEX triplet: 14, BE and C4. RGB value is (20,190,196). Sum of RGB (Red+Green+Blue) = 20+190+196=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #14BEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEC4 is #EB413B. Grayscale: #8B8B8B. Windows color (decimal): -15417660 or 12893716. OLE color: 12893716.

HSL color Cylindrical-coordinate representation of color #14BEC4: hue angle of 182.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BEC4 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 190 196 -
CMYK 0.90 0.03 0 0.23
HSL 182.05º 0.81% 0.42% -
HSV(B) 182.05º 0.9% 0.77% -
XYZ 28.67 40.96 58.62 -
YUV 139.85 159.68 42.51 -
System Red Green Blue C M Y K H S L
Decimal 20 190 196 0.90 0.03 0 0.23 182.05 0.81 0.42
Hex 14 BE C4 5A 3 0 17 B6 51 2A
Octal 24 276 304 132 3 0 27 266 121 52
Binary 10100 10111110 11000100 1011010 11 0 10111 10110110 1010001 101010

Color Harmonies of #14BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BEC4

Black with #14BEC4

Text Example


Text Example

White with #14BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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