Html Css Color HEX #14B3CC Iris Blue

📋 copy color: '#14B3CC'

red 20 ◦ green 179 ◦ blue 204

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

Shades of Iris Blue #14B3CC

Tints of Iris Blue #14B3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 4.96%
G = 44.42%
B = 50.62%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#14B3CC (or 0x14B3CC) is known color: Iris Blue. HEX triplet: 14, B3 and CC. RGB value is (20,179,204). Sum of RGB (Red+Green+Blue) = 20+179+204=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #14B3CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B3CC is #EB4C33. Grayscale: #868686. Windows color (decimal): -15420468 or 13415188. OLE color: 13415188.

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

Color convert

RGB 20 179 204 -
CMYK 0.90 0.12 0 0.2
HSL 188.15º 0.82% 0.44% -
HSV(B) 188.15º 0.9% 0.8% -
XYZ 27.31 36.75 62.78 -
YUV 134.31 167.32 46.47 -
System Red Green Blue C M Y K H S L
Decimal 20 179 204 0.90 0.12 0 0.2 188.15 0.82 0.44
Hex 14 B3 CC 5A C 0 14 BC 52 2C
Octal 24 263 314 132 14 0 24 274 122 54
Binary 10100 10110011 11001100 1011010 1100 0 10100 10111100 1010010 101100

Color Harmonies of #14B3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B3CC

Black with #14B3CC

Text Example


Text Example

White with #14B3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,179,204); }

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

background-color css

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

 a { background-color: rgb(20,179,204); }

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

border-color css

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

 span { border-color: rgb(20,179,204); }

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