Html Css Color HEX #14BCE0 Iris Blue

📋 copy color: '#14BCE0'

red 20 ◦ green 188 ◦ blue 224

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

Shades of Iris Blue #14BCE0

Tints of Iris Blue #14BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 4.63%
G = 43.52%
B = 51.85%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14BCE0 (or 0x14BCE0) is known color: Iris Blue. HEX triplet: 14, BC and E0. RGB value is (20,188,224). Sum of RGB (Red+Green+Blue) = 20+188+224=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #14BCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCE0 is #EB431F. Grayscale: #8D8D8D. Windows color (decimal): -15418144 or 14728212. OLE color: 14728212.

HSL color Cylindrical-coordinate representation of color #14BCE0: hue angle of 190.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BCE0 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 188 224 -
CMYK 0.91 0.16 0 0.12
HSL 190.59º 0.84% 0.48% -
HSV(B) 190.59º 0.91% 0.88% -
XYZ 31.73 41.5 76.86 -
YUV 141.87 174.34 41.07 -
System Red Green Blue C M Y K H S L
Decimal 20 188 224 0.91 0.16 0 0.12 190.59 0.84 0.48
Hex 14 BC E0 5B 10 0 C BF 54 30
Octal 24 274 340 133 20 0 14 277 124 60
Binary 10100 10111100 11100000 1011011 10000 0 1100 10111111 1010100 110000

Color Harmonies of #14BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCE0

Black with #14BCE0

Text Example


Text Example

White with #14BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,224); }

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

background-color css

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

 a { background-color: rgb(20,188,224); }

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

border-color css

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

 span { border-color: rgb(20,188,224); }

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