Html Css Color HEX #14BBC3 Iris Blue

📋 copy color: '#14BBC3'

red 20 ◦ green 187 ◦ blue 195

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

Shades of Iris Blue #14BBC3

Tints of Iris Blue #14BBC3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.52%

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

R = 4.98%
G = 46.52%
B = 48.51%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#14BBC3 (or 0x14BBC3) is known color: Iris Blue. HEX triplet: 14, BB and C3. RGB value is (20,187,195). Sum of RGB (Red+Green+Blue) = 20+187+195=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #14BBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBC3 is #EB443C. Grayscale: #898989. Windows color (decimal): -15418429 or 12827412. OLE color: 12827412.

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

Color convert

RGB 20 187 195 -
CMYK 0.90 0.04 0 0.24
HSL 182.74º 0.81% 0.42% -
HSV(B) 182.74º 0.9% 0.76% -
XYZ 27.91 39.63 57.81 -
YUV 137.98 160.17 43.85 -
System Red Green Blue C M Y K H S L
Decimal 20 187 195 0.90 0.04 0 0.24 182.74 0.81 0.42
Hex 14 BB C3 5A 4 0 18 B7 51 2A
Octal 24 273 303 132 4 0 30 267 121 52
Binary 10100 10111011 11000011 1011010 100 0 11000 10110111 1010001 101010

Color Harmonies of #14BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBC3

Black with #14BBC3

Text Example


Text Example

White with #14BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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