Html Css Color HEX #14BAD4 Iris Blue

📋 copy color: '#14BAD4'

red 20 ◦ green 186 ◦ blue 212

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

Shades of Iris Blue #14BAD4

Tints of Iris Blue #14BAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.72%

R = 4.78%
G = 44.5%
B = 50.72%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#14BAD4 (or 0x14BAD4) is known color: Iris Blue. HEX triplet: 14, BA and D4. RGB value is (20,186,212). Sum of RGB (Red+Green+Blue) = 20+186+212=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #14BAD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BAD4 is #EB452B. Grayscale: #8B8B8B. Windows color (decimal): -15418668 or 13941268. OLE color: 13941268.

HSL color Cylindrical-coordinate representation of color #14BAD4: hue angle of 188.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BAD4 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 186 212 -
CMYK 0.91 0.12 0 0.17
HSL 188.13º 0.83% 0.45% -
HSV(B) 188.13º 0.91% 0.83% -
XYZ 29.73 40.02 68.45 -
YUV 139.33 169 42.89 -
System Red Green Blue C M Y K H S L
Decimal 20 186 212 0.91 0.12 0 0.17 188.13 0.83 0.45
Hex 14 BA D4 5B C 0 11 BC 53 2D
Octal 24 272 324 133 14 0 21 274 123 55
Binary 10100 10111010 11010100 1011011 1100 0 10001 10111100 1010011 101101

Color Harmonies of #14BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAD4

Black with #14BAD4

Text Example


Text Example

White with #14BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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