Html Css Color HEX #14B0DD Iris Blue

📋 copy color: '#14B0DD'

red 20 ◦ green 176 ◦ blue 221

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

Shades of Iris Blue #14B0DD

Tints of Iris Blue #14B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 4.8%
G = 42.21%
B = 53%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14B0DD (or 0x14B0DD) is known color: Iris Blue. HEX triplet: 14, B0 and DD. RGB value is (20,176,221). Sum of RGB (Red+Green+Blue) = 20+176+221=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #14B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0DD is #EB4F22. Grayscale: #868686. Windows color (decimal): -15421219 or 14528532. OLE color: 14528532.

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

Color convert

RGB 20 176 221 -
CMYK 0.91 0.20 0 0.13
HSL 193.43º 0.83% 0.47% -
HSV(B) 193.43º 0.91% 0.87% -
XYZ 28.86 36.42 73.92 -
YUV 134.49 176.82 46.34 -
System Red Green Blue C M Y K H S L
Decimal 20 176 221 0.91 0.20 0 0.13 193.43 0.83 0.47
Hex 14 B0 DD 5B 14 0 D C1 53 2F
Octal 24 260 335 133 24 0 15 301 123 57
Binary 10100 10110000 11011101 1011011 10100 0 1101 11000001 1010011 101111

Color Harmonies of #14B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0DD

Black with #14B0DD

Text Example


Text Example

White with #14B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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