Html Css Color HEX #16B5D7 Iris Blue

📋 copy color: '#16B5D7'

red 22 ◦ green 181 ◦ blue 215

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

Shades of Iris Blue #16B5D7

Tints of Iris Blue #16B5D7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

 BLUE value IS 215 (84.38% from 255) = 51.44%

R = 5.26%
G = 43.3%
B = 51.44%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#16B5D7 (or 0x16B5D7) is known color: Iris Blue. HEX triplet: 16, B5 and D7. RGB value is (22,181,215). Sum of RGB (Red+Green+Blue) = 22+181+215=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #16B5D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B5D7 is #E94A28. Grayscale: #898989. Windows color (decimal): -15288873 or 14136598. OLE color: 14136598.

HSL color Cylindrical-coordinate representation of color #16B5D7: hue angle of 190.57º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16B5D7 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 181 215 -
CMYK 0.90 0.16 0 0.16
HSL 190.57º 0.81% 0.46% -
HSV(B) 190.57º 0.9% 0.84% -
XYZ 29.12 38.12 70.11 -
YUV 137.34 171.82 45.74 -
System Red Green Blue C M Y K H S L
Decimal 22 181 215 0.90 0.16 0 0.16 190.57 0.81 0.46
Hex 16 B5 D7 5A 10 0 10 BF 51 2E
Octal 26 265 327 132 20 0 20 277 121 56
Binary 10110 10110101 11010111 1011010 10000 0 10000 10111111 1010001 101110

Color Harmonies of #16B5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B5D7

Black with #16B5D7

Text Example


Text Example

White with #16B5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,181,215); }

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

background-color css

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

 a { background-color: rgb(22,181,215); }

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

border-color css

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

 span { border-color: rgb(22,181,215); }

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