Html Css Color HEX #16ADDE Iris Blue

📋 copy color: '#16ADDE'

red 22 ◦ green 173 ◦ blue 222

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

Shades of Iris Blue #16ADDE

Tints of Iris Blue #16ADDE

RGB

 RED value IS 22 (8.98% from 255) = 5.28%

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

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

R = 5.28%
G = 41.49%
B = 53.24%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#16ADDE (or 0x16ADDE) is known color: Iris Blue. HEX triplet: 16, AD and DE. RGB value is (22,173,222). Sum of RGB (Red+Green+Blue) = 22+173+222=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 173 (67.97% from 255 or 41.49% 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 #16ADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADDE is #E95221. Grayscale: #858585. Windows color (decimal): -15290914 or 14593302. OLE color: 14593302.

HSL color Cylindrical-coordinate representation of color #16ADDE: hue angle of 194.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16ADDE is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 173 222 -
CMYK 0.90 0.22 0 0.13
HSL 194.7º 0.82% 0.48% -
HSV(B) 194.7º 0.9% 0.87% -
XYZ 28.46 35.33 74.43 -
YUV 133.44 177.97 48.52 -
System Red Green Blue C M Y K H S L
Decimal 22 173 222 0.90 0.22 0 0.13 194.7 0.82 0.48
Hex 16 AD DE 5A 16 0 D C3 52 30
Octal 26 255 336 132 26 0 15 303 122 60
Binary 10110 10101101 11011110 1011010 10110 0 1101 11000011 1010010 110000

Color Harmonies of #16ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADDE

Black with #16ADDE

Text Example


Text Example

White with #16ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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