Html Css Color HEX #16BBDC Iris Blue

📋 copy color: '#16BBDC'

red 22 ◦ green 187 ◦ blue 220

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

Shades of Iris Blue #16BBDC

Tints of Iris Blue #16BBDC

RGB

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

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

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

R = 5.13%
G = 43.59%
B = 51.28%

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

#16BBDC (or 0x16BBDC) is known color: Iris Blue. HEX triplet: 16, BB and DC. RGB value is (22,187,220). Sum of RGB (Red+Green+Blue) = 22+187+220=429 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.13% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #16BBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BBDC is #E94423. Grayscale: #8D8D8D. Windows color (decimal): -15287332 or 14465814. OLE color: 14465814.

HSL color Cylindrical-coordinate representation of color #16BBDC: hue angle of 190º 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 #16BBDC is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 187 220 -
CMYK 0.9 0.15 0 0.14
HSL 190º 0.82% 0.47% -
HSV(B) 190º 0.9% 0.86% -
XYZ 31.02 40.88 73.97 -
YUV 141.43 172.34 42.82 -
System Red Green Blue C M Y K H S L
Decimal 22 187 220 0.9 0.15 0 0.14 190 0.82 0.47
Hex 16 BB DC 5A F 0 E BE 52 2F
Octal 26 273 334 132 17 0 16 276 122 57
Binary 10110 10111011 11011100 1011010 1111 0 1110 10111110 1010010 101111

Color Harmonies of #16BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BBDC

Black with #16BBDC

Text Example


Text Example

White with #16BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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