Html Css Color HEX #14AFDE Iris Blue

📋 copy color: '#14AFDE'

red 20 ◦ green 175 ◦ blue 222

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

Shades of Iris Blue #14AFDE

Tints of Iris Blue #14AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

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

R = 4.8%
G = 41.97%
B = 53.24%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14AFDE (or 0x14AFDE) is known color: Iris Blue. HEX triplet: 14, AF and DE. RGB value is (20,175,222). Sum of RGB (Red+Green+Blue) = 20+175+222=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #14AFDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFDE is #EB5021. Grayscale: #858585. Windows color (decimal): -15421474 or 14593812. OLE color: 14593812.

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

Color convert

RGB 20 175 222 -
CMYK 0.91 0.21 0 0.13
HSL 193.96º 0.83% 0.47% -
HSV(B) 193.96º 0.91% 0.87% -
XYZ 28.8 36.08 74.55 -
YUV 134.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 20 175 222 0.91 0.21 0 0.13 193.96 0.83 0.47
Hex 14 AF DE 5B 15 0 D C2 53 2F
Octal 24 257 336 133 25 0 15 302 123 57
Binary 10100 10101111 11011110 1011011 10101 0 1101 11000010 1010011 101111

Color Harmonies of #14AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFDE

Black with #14AFDE

Text Example


Text Example

White with #14AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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