Html Css Color HEX #14B1DE Iris Blue

📋 copy color: '#14B1DE'

red 20 ◦ green 177 ◦ blue 222

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

Shades of Iris Blue #14B1DE

Tints of Iris Blue #14B1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 4.77%
G = 42.24%
B = 52.98%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14B1DE (or 0x14B1DE) is known color: Iris Blue. HEX triplet: 14, B1 and DE. RGB value is (20,177,222). Sum of RGB (Red+Green+Blue) = 20+177+222=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #14B1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B1DE is #EB4E21. Grayscale: #868686. Windows color (decimal): -15420962 or 14594324. OLE color: 14594324.

HSL color Cylindrical-coordinate representation of color #14B1DE: hue angle of 193.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B1DE is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 177 222 -
CMYK 0.91 0.20 0 0.13
HSL 193.37º 0.83% 0.47% -
HSV(B) 193.37º 0.91% 0.87% -
XYZ 29.2 36.87 74.68 -
YUV 135.19 176.99 45.84 -
System Red Green Blue C M Y K H S L
Decimal 20 177 222 0.91 0.20 0 0.13 193.37 0.83 0.47
Hex 14 B1 DE 5B 14 0 D C1 53 2F
Octal 24 261 336 133 24 0 15 301 123 57
Binary 10100 10110001 11011110 1011011 10100 0 1101 11000001 1010011 101111

Color Harmonies of #14B1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B1DE

Black with #14B1DE

Text Example


Text Example

White with #14B1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,177,222); }

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

background-color css

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

 a { background-color: rgb(20,177,222); }

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

border-color css

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

 span { border-color: rgb(20,177,222); }

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