Html Css Color HEX #16BCCD Iris Blue

📋 copy color: '#16BCCD'

red 22 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #16BCCD

Tints of Iris Blue #16BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 5.3%
G = 45.3%
B = 49.4%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16BCCD (or 0x16BCCD) is known color: Iris Blue. HEX triplet: 16, BC and CD. RGB value is (22,188,205). Sum of RGB (Red+Green+Blue) = 22+188+205=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #16BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCCD is #E94332. Grayscale: #8C8C8C. Windows color (decimal): -15287091 or 13483030. OLE color: 13483030.

HSL color Cylindrical-coordinate representation of color #16BCCD: hue angle of 185.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BCCD is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 188 205 -
CMYK 0.89 0.08 0 0.20
HSL 185.57º 0.81% 0.45% -
HSV(B) 185.57º 0.89% 0.8% -
XYZ 29.33 40.54 64.04 -
YUV 140.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 22 188 205 0.89 0.08 0 0.20 185.57 0.81 0.45
Hex 16 BC CD 59 8 0 14 BA 51 2D
Octal 26 274 315 131 10 0 24 272 121 55
Binary 10110 10111100 11001101 1011001 1000 0 10100 10111010 1010001 101101

Color Harmonies of #16BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BCCD

Black with #16BCCD

Text Example


Text Example

White with #16BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,188,205); }

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

background-color css

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

 a { background-color: rgb(22,188,205); }

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

border-color css

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

 span { border-color: rgb(22,188,205); }

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