Html Css Color HEX #14B9DF Iris Blue

📋 copy color: '#14B9DF'

red 20 ◦ green 185 ◦ blue 223

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

Shades of Iris Blue #14B9DF

Tints of Iris Blue #14B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 4.67%
G = 43.22%
B = 52.1%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14B9DF (or 0x14B9DF) is known color: Iris Blue. HEX triplet: 14, B9 and DF. RGB value is (20,185,223). Sum of RGB (Red+Green+Blue) = 20+185+223=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #14B9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B9DF is #EB4620. Grayscale: #8B8B8B. Windows color (decimal): -15418913 or 14661908. OLE color: 14661908.

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

Color convert

RGB 20 185 223 -
CMYK 0.91 0.17 0 0.13
HSL 191.23º 0.84% 0.48% -
HSV(B) 191.23º 0.91% 0.87% -
XYZ 30.96 40.17 75.93 -
YUV 140 174.84 42.41 -
System Red Green Blue C M Y K H S L
Decimal 20 185 223 0.91 0.17 0 0.13 191.23 0.84 0.48
Hex 14 B9 DF 5B 11 0 D BF 54 30
Octal 24 271 337 133 21 0 15 277 124 60
Binary 10100 10111001 11011111 1011011 10001 0 1101 10111111 1010100 110000

Color Harmonies of #14B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B9DF

Black with #14B9DF

Text Example


Text Example

White with #14B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,223); }

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

background-color css

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

 a { background-color: rgb(20,185,223); }

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

border-color css

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

 span { border-color: rgb(20,185,223); }

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