Html Css Color HEX #16BBE0 Iris Blue

📋 copy color: '#16BBE0'

red 22 ◦ green 187 ◦ blue 224

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

Shades of Iris Blue #16BBE0

Tints of Iris Blue #16BBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 5.08%
G = 43.19%
B = 51.73%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#16BBE0 (or 0x16BBE0) is known color: Iris Blue. HEX triplet: 16, BB and E0. RGB value is (22,187,224). Sum of RGB (Red+Green+Blue) = 22+187+224=433 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.08% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #16BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BBE0 is #E9441F. Grayscale: #8D8D8D. Windows color (decimal): -15287328 or 14727958. OLE color: 14727958.

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

Color convert

RGB 22 187 224 -
CMYK 0.90 0.17 0 0.12
HSL 190.99º 0.82% 0.48% -
HSV(B) 190.99º 0.9% 0.88% -
XYZ 31.56 41.09 76.79 -
YUV 141.88 174.34 42.49 -
System Red Green Blue C M Y K H S L
Decimal 22 187 224 0.90 0.17 0 0.12 190.99 0.82 0.48
Hex 16 BB E0 5A 11 0 C BF 52 30
Octal 26 273 340 132 21 0 14 277 122 60
Binary 10110 10111011 11100000 1011010 10001 0 1100 10111111 1010010 110000

Color Harmonies of #16BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BBE0

Black with #16BBE0

Text Example


Text Example

White with #16BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,187,224); }

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

background-color css

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

 a { background-color: rgb(22,187,224); }

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

border-color css

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

 span { border-color: rgb(22,187,224); }

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