Html Css Color HEX #14B9DA Iris Blue

📋 copy color: '#14B9DA'

red 20 ◦ green 185 ◦ blue 218

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

Shades of Iris Blue #14B9DA

Tints of Iris Blue #14B9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 4.73%
G = 43.74%
B = 51.54%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#14B9DA (or 0x14B9DA) is known color: Iris Blue. HEX triplet: 14, B9 and DA. RGB value is (20,185,218). Sum of RGB (Red+Green+Blue) = 20+185+218=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #14B9DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B9DA is #EB4625. Grayscale: #8B8B8B. Windows color (decimal): -15418918 or 14334228. OLE color: 14334228.

HSL color Cylindrical-coordinate representation of color #14B9DA: hue angle of 190º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B9DA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 185 218 -
CMYK 0.91 0.15 0 0.15
HSL 190º 0.83% 0.47% -
HSV(B) 190º 0.91% 0.85% -
XYZ 30.29 39.91 72.44 -
YUV 139.43 172.34 42.82 -
System Red Green Blue C M Y K H S L
Decimal 20 185 218 0.91 0.15 0 0.15 190 0.83 0.47
Hex 14 B9 DA 5B F 0 F BE 53 2F
Octal 24 271 332 133 17 0 17 276 123 57
Binary 10100 10111001 11011010 1011011 1111 0 1111 10111110 1010011 101111

Color Harmonies of #14B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B9DA

Black with #14B9DA

Text Example


Text Example

White with #14B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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