Html Css Color HEX #16ACCB Iris Blue

📋 copy color: '#16ACCB'

red 22 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #16ACCB

Tints of Iris Blue #16ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 5.54%
G = 43.32%
B = 51.13%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16ACCB (or 0x16ACCB) is known color: Iris Blue. HEX triplet: 16, AC and CB. RGB value is (22,172,203). Sum of RGB (Red+Green+Blue) = 22+172+203=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #16ACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACCB is #E95334. Grayscale: #828282. Windows color (decimal): -15291189 or 13347862. OLE color: 13347862.

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

Color convert

RGB 22 172 203 -
CMYK 0.89 0.15 0 0.20
HSL 190.28º 0.8% 0.44% -
HSV(B) 190.28º 0.89% 0.8% -
XYZ 25.86 33.99 61.7 -
YUV 130.68 168.81 50.48 -
System Red Green Blue C M Y K H S L
Decimal 22 172 203 0.89 0.15 0 0.20 190.28 0.8 0.44
Hex 16 AC CB 59 F 0 14 BE 50 2C
Octal 26 254 313 131 17 0 24 276 120 54
Binary 10110 10101100 11001011 1011001 1111 0 10100 10111110 1010000 101100

Color Harmonies of #16ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACCB

Black with #16ACCB

Text Example


Text Example

White with #16ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,203); }

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

background-color css

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

 a { background-color: rgb(22,172,203); }

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

border-color css

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

 span { border-color: rgb(22,172,203); }

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