Html Css Color HEX #14BECE Iris Blue

📋 copy color: '#14BECE'

red 20 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #14BECE

Tints of Iris Blue #14BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 4.81%
G = 45.67%
B = 49.52%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14BECE (or 0x14BECE) is known color: Iris Blue. HEX triplet: 14, BE and CE. RGB value is (20,190,206). Sum of RGB (Red+Green+Blue) = 20+190+206=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #14BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BECE is #EB4131. Grayscale: #8C8C8C. Windows color (decimal): -15417650 or 13549076. OLE color: 13549076.

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

Color convert

RGB 20 190 206 -
CMYK 0.90 0.08 0 0.19
HSL 185.16º 0.82% 0.44% -
HSV(B) 185.16º 0.9% 0.81% -
XYZ 29.84 41.43 64.82 -
YUV 140.99 164.68 41.7 -
System Red Green Blue C M Y K H S L
Decimal 20 190 206 0.90 0.08 0 0.19 185.16 0.82 0.44
Hex 14 BE CE 5A 8 0 13 B9 52 2C
Octal 24 276 316 132 10 0 23 271 122 54
Binary 10100 10111110 11001110 1011010 1000 0 10011 10111001 1010010 101100

Color Harmonies of #14BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BECE

Black with #14BECE

Text Example


Text Example

White with #14BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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