Html Css Color HEX #16BADC Iris Blue

📋 copy color: '#16BADC'

red 22 ◦ green 186 ◦ blue 220

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

Shades of Iris Blue #16BADC

Tints of Iris Blue #16BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 5.14%
G = 43.46%
B = 51.4%

CMYK

 C value IS 0.9

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16BADC (or 0x16BADC) is known color: Iris Blue. HEX triplet: 16, BA and DC. RGB value is (22,186,220). Sum of RGB (Red+Green+Blue) = 22+186+220=428 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.14% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #16BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BADC is #E94523. Grayscale: #8C8C8C. Windows color (decimal): -15287588 or 14465558. OLE color: 14465558.

HSL color Cylindrical-coordinate representation of color #16BADC: hue angle of 190.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BADC is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 186 220 -
CMYK 0.9 0.15 0 0.14
HSL 190.3º 0.82% 0.47% -
HSV(B) 190.3º 0.9% 0.86% -
XYZ 30.81 40.46 73.9 -
YUV 140.84 172.67 43.24 -
System Red Green Blue C M Y K H S L
Decimal 22 186 220 0.9 0.15 0 0.14 190.3 0.82 0.47
Hex 16 BA DC 5A F 0 E BE 52 2F
Octal 26 272 334 132 17 0 16 276 122 57
Binary 10110 10111010 11011100 1011010 1111 0 1110 10111110 1010010 101111

Color Harmonies of #16BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BADC

Black with #16BADC

Text Example


Text Example

White with #16BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,186,220); }

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

background-color css

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

 a { background-color: rgb(22,186,220); }

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

border-color css

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

 span { border-color: rgb(22,186,220); }

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