Html Css Color HEX #14ADDE Iris Blue

📋 copy color: '#14ADDE'

red 20 ◦ green 173 ◦ blue 222

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

Shades of Iris Blue #14ADDE

Tints of Iris Blue #14ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 4.82%
G = 41.69%
B = 53.49%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14ADDE (or 0x14ADDE) is known color: Iris Blue. HEX triplet: 14, AD and DE. RGB value is (20,173,222). Sum of RGB (Red+Green+Blue) = 20+173+222=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #14ADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADDE is #EB5221. Grayscale: #848484. Windows color (decimal): -15421986 or 14593300. OLE color: 14593300.

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

Color convert

RGB 20 173 222 -
CMYK 0.91 0.22 0 0.13
HSL 194.55º 0.83% 0.47% -
HSV(B) 194.55º 0.91% 0.87% -
XYZ 28.42 35.31 74.42 -
YUV 132.84 178.31 47.52 -
System Red Green Blue C M Y K H S L
Decimal 20 173 222 0.91 0.22 0 0.13 194.55 0.83 0.47
Hex 14 AD DE 5B 16 0 D C3 53 2F
Octal 24 255 336 133 26 0 15 303 123 57
Binary 10100 10101101 11011110 1011011 10110 0 1101 11000011 1010011 101111

Color Harmonies of #14ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADDE

Black with #14ADDE

Text Example


Text Example

White with #14ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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