Html Css Color HEX #14BADB Iris Blue

📋 copy color: '#14BADB'

red 20 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #14BADB

Tints of Iris Blue #14BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 4.71%
G = 43.76%
B = 51.53%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14BADB (or 0x14BADB) is known color: Iris Blue. HEX triplet: 14, BA and DB. RGB value is (20,186,219). Sum of RGB (Red+Green+Blue) = 20+186+219=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BADB is #EB4524. Grayscale: #8B8B8B. Windows color (decimal): -15418661 or 14400020. OLE color: 14400020.

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

Color convert

RGB 20 186 219 -
CMYK 0.91 0.15 0 0.14
HSL 189.95º 0.83% 0.47% -
HSV(B) 189.95º 0.91% 0.86% -
XYZ 30.63 40.38 73.2 -
YUV 140.13 172.5 42.32 -
System Red Green Blue C M Y K H S L
Decimal 20 186 219 0.91 0.15 0 0.14 189.95 0.83 0.47
Hex 14 BA DB 5B F 0 E BE 53 2F
Octal 24 272 333 133 17 0 16 276 123 57
Binary 10100 10111010 11011011 1011011 1111 0 1110 10111110 1010011 101111

Color Harmonies of #14BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BADB

Black with #14BADB

Text Example


Text Example

White with #14BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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