Html Css Color HEX #14B5DF Iris Blue

📋 copy color: '#14B5DF'

red 20 ◦ green 181 ◦ blue 223

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

Shades of Iris Blue #14B5DF

Tints of Iris Blue #14B5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

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

R = 4.72%
G = 42.69%
B = 52.59%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14B5DF (or 0x14B5DF) is known color: Iris Blue. HEX triplet: 14, B5 and DF. RGB value is (20,181,223). Sum of RGB (Red+Green+Blue) = 20+181+223=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #14B5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B5DF is #EB4A20. Grayscale: #898989. Windows color (decimal): -15419937 or 14660884. OLE color: 14660884.

HSL color Cylindrical-coordinate representation of color #14B5DF: hue angle of 192.41º 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 #14B5DF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 181 223 -
CMYK 0.91 0.19 0 0.13
HSL 192.41º 0.84% 0.48% -
HSV(B) 192.41º 0.91% 0.87% -
XYZ 30.13 38.52 75.66 -
YUV 137.65 176.16 44.08 -
System Red Green Blue C M Y K H S L
Decimal 20 181 223 0.91 0.19 0 0.13 192.41 0.84 0.48
Hex 14 B5 DF 5B 13 0 D C0 54 30
Octal 24 265 337 133 23 0 15 300 124 60
Binary 10100 10110101 11011111 1011011 10011 0 1101 11000000 1010100 110000

Color Harmonies of #14B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B5DF

Black with #14B5DF

Text Example


Text Example

White with #14B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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