Html Css Color HEX #10ADBA Iris Blue

📋 copy color: '#10ADBA'

red 16 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #10ADBA

Tints of Iris Blue #10ADBA

RGB

 RED value IS 16 (6.64% from 255) = 4.27%

 GREEN value IS 173 (67.97% from 255) = 46.13%

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 4.27%
G = 46.13%
B = 49.6%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10ADBA (or 0x10ADBA) is known color: Iris Blue. HEX triplet: 10, AD and BA. RGB value is (16,173,186). Sum of RGB (Red+Green+Blue) = 16+173+186=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #10ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADBA is #EF5245. Grayscale: #7F7F7F. Windows color (decimal): -15684166 or 12234000. OLE color: 12234000.

HSL color Cylindrical-coordinate representation of color #10ADBA: hue angle of 184.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ADBA is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 173 186 -
CMYK 0.91 0.07 0 0.27
HSL 184.59º 0.84% 0.4% -
HSV(B) 184.59º 0.91% 0.73% -
XYZ 24.02 33.54 51.66 -
YUV 127.54 160.99 48.44 -
System Red Green Blue C M Y K H S L
Decimal 16 173 186 0.91 0.07 0 0.27 184.59 0.84 0.4
Hex 10 AD BA 5B 7 0 1B B9 54 28
Octal 20 255 272 133 7 0 33 271 124 50
Binary 10000 10101101 10111010 1011011 111 0 11011 10111001 1010100 101000

Color Harmonies of #10ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADBA

Black with #10ADBA

Text Example


Text Example

White with #10ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10ADBA; }

 p { color: rgb(16,173,186); }

 H1.HeaderClassName
 {
   color: #10ADBA;
 }
 .AnyTagClassName
 {
   color: #10ADBA;
 }
</style>

background-color css

<style>
 a { background-color: #10ADBA; }

 a { background-color: rgb(16,173,186); }

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

border-color css

<style>
 span { border-color: #10ADBA; }

 span { border-color: rgb(16,173,186); }

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