Html Css Color HEX #14B5C3 Iris Blue

📋 copy color: '#14B5C3'

red 20 ◦ green 181 ◦ blue 195

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

Shades of Iris Blue #14B5C3

Tints of Iris Blue #14B5C3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.71%

 BLUE value IS 195 (76.56% from 255) = 49.24%

R = 5.05%
G = 45.71%
B = 49.24%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#14B5C3 (or 0x14B5C3) is known color: Iris Blue. HEX triplet: 14, B5 and C3. RGB value is (20,181,195). Sum of RGB (Red+Green+Blue) = 20+181+195=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #14B5C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B5C3 is #EB4A3C. Grayscale: #868686. Windows color (decimal): -15419965 or 12825876. OLE color: 12825876.

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

Color convert

RGB 20 181 195 -
CMYK 0.90 0.07 0 0.24
HSL 184.8º 0.81% 0.42% -
HSV(B) 184.8º 0.9% 0.76% -
XYZ 26.66 37.14 57.39 -
YUV 134.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 20 181 195 0.90 0.07 0 0.24 184.8 0.81 0.42
Hex 14 B5 C3 5A 7 0 18 B9 51 2A
Octal 24 265 303 132 7 0 30 271 121 52
Binary 10100 10110101 11000011 1011010 111 0 11000 10111001 1010001 101010

Color Harmonies of #14B5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B5C3

Black with #14B5C3

Text Example


Text Example

White with #14B5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,181,195); }

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

background-color css

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

 a { background-color: rgb(20,181,195); }

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

border-color css

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

 span { border-color: rgb(20,181,195); }

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