Html Css Color HEX #14BDDF Iris Blue

📋 copy color: '#14BDDF'

red 20 ◦ green 189 ◦ blue 223

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

Shades of Iris Blue #14BDDF

Tints of Iris Blue #14BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

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

R = 4.63%
G = 43.75%
B = 51.62%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14BDDF (or 0x14BDDF) is known color: Iris Blue. HEX triplet: 14, BD and DF. RGB value is (20,189,223). Sum of RGB (Red+Green+Blue) = 20+189+223=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #14BDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDDF is #EB4220. Grayscale: #8E8E8E. Windows color (decimal): -15417889 or 14662932. OLE color: 14662932.

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

Color convert

RGB 20 189 223 -
CMYK 0.91 0.15 0 0.13
HSL 190.05º 0.84% 0.48% -
HSV(B) 190.05º 0.91% 0.87% -
XYZ 31.81 41.87 76.22 -
YUV 142.35 173.51 40.74 -
System Red Green Blue C M Y K H S L
Decimal 20 189 223 0.91 0.15 0 0.13 190.05 0.84 0.48
Hex 14 BD DF 5B F 0 D BE 54 30
Octal 24 275 337 133 17 0 15 276 124 60
Binary 10100 10111101 11011111 1011011 1111 0 1101 10111110 1010100 110000

Color Harmonies of #14BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDDF

Black with #14BDDF

Text Example


Text Example

White with #14BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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