Html Css Color HEX #14BCD7 Iris Blue

📋 copy color: '#14BCD7'

red 20 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #14BCD7

Tints of Iris Blue #14BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.83%

R = 4.73%
G = 44.44%
B = 50.83%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#14BCD7 (or 0x14BCD7) is known color: Iris Blue. HEX triplet: 14, BC and D7. RGB value is (20,188,215). Sum of RGB (Red+Green+Blue) = 20+188+215=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #14BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCD7 is #EB4328. Grayscale: #8C8C8C. Windows color (decimal): -15418153 or 14138388. OLE color: 14138388.

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

Color convert

RGB 20 188 215 -
CMYK 0.91 0.13 0 0.16
HSL 188.31º 0.83% 0.46% -
HSV(B) 188.31º 0.91% 0.84% -
XYZ 30.54 41.02 70.6 -
YUV 140.85 169.84 41.8 -
System Red Green Blue C M Y K H S L
Decimal 20 188 215 0.91 0.13 0 0.16 188.31 0.83 0.46
Hex 14 BC D7 5B D 0 10 BC 53 2E
Octal 24 274 327 133 15 0 20 274 123 56
Binary 10100 10111100 11010111 1011011 1101 0 10000 10111100 1010011 101110

Color Harmonies of #14BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCD7

Black with #14BCD7

Text Example


Text Example

White with #14BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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