Html Css Color HEX #14BEDB Iris Blue

📋 copy color: '#14BEDB'

red 20 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #14BEDB

Tints of Iris Blue #14BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.29%

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

R = 4.66%
G = 44.29%
B = 51.05%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14BEDB (or 0x14BEDB) is known color: Iris Blue. HEX triplet: 14, BE and DB. RGB value is (20,190,219). Sum of RGB (Red+Green+Blue) = 20+190+219=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEDB is #EB4124. Grayscale: #8E8E8E. Windows color (decimal): -15417637 or 14401044. OLE color: 14401044.

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

Color convert

RGB 20 190 219 -
CMYK 0.91 0.13 0 0.14
HSL 188.74º 0.83% 0.47% -
HSV(B) 188.74º 0.91% 0.86% -
XYZ 31.49 42.09 73.48 -
YUV 142.48 171.18 40.64 -
System Red Green Blue C M Y K H S L
Decimal 20 190 219 0.91 0.13 0 0.14 188.74 0.83 0.47
Hex 14 BE DB 5B D 0 E BD 53 2F
Octal 24 276 333 133 15 0 16 275 123 57
Binary 10100 10111110 11011011 1011011 1101 0 1110 10111101 1010011 101111

Color Harmonies of #14BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BEDB

Black with #14BEDB

Text Example


Text Example

White with #14BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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