Html Css Color HEX #14B0DB Iris Blue

📋 copy color: '#14B0DB'

red 20 ◦ green 176 ◦ blue 219

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

Shades of Iris Blue #14B0DB

Tints of Iris Blue #14B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 4.82%
G = 42.41%
B = 52.77%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14B0DB (or 0x14B0DB) is known color: Iris Blue. HEX triplet: 14, B0 and DB. RGB value is (20,176,219). Sum of RGB (Red+Green+Blue) = 20+176+219=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #14B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0DB is #EB4F24. Grayscale: #858585. Windows color (decimal): -15421221 or 14397460. OLE color: 14397460.

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

Color convert

RGB 20 176 219 -
CMYK 0.91 0.20 0 0.14
HSL 192.96º 0.83% 0.47% -
HSV(B) 192.96º 0.91% 0.86% -
XYZ 28.6 36.31 72.52 -
YUV 134.26 175.82 46.5 -
System Red Green Blue C M Y K H S L
Decimal 20 176 219 0.91 0.20 0 0.14 192.96 0.83 0.47
Hex 14 B0 DB 5B 14 0 E C1 53 2F
Octal 24 260 333 133 24 0 16 301 123 57
Binary 10100 10110000 11011011 1011011 10100 0 1110 11000001 1010011 101111

Color Harmonies of #14B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0DB

Black with #14B0DB

Text Example


Text Example

White with #14B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,219); }

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

background-color css

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

 a { background-color: rgb(20,176,219); }

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

border-color css

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

 span { border-color: rgb(20,176,219); }

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