Html Css Color HEX #10A8BA Iris Blue

📋 copy color: '#10A8BA'

red 16 ◦ green 168 ◦ blue 186

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

Shades of Iris Blue #10A8BA

Tints of Iris Blue #10A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.41%

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

R = 4.32%
G = 45.41%
B = 50.27%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10A8BA (or 0x10A8BA) is known color: Iris Blue. HEX triplet: 10, A8 and BA. RGB value is (16,168,186). Sum of RGB (Red+Green+Blue) = 16+168+186=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #10A8BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8BA is #EF5745. Grayscale: #7C7C7C. Windows color (decimal): -15685446 or 12232720. OLE color: 12232720.

HSL color Cylindrical-coordinate representation of color #10A8BA: hue angle of 186.35º 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 #10A8BA is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 168 186 -
CMYK 0.91 0.10 0 0.27
HSL 186.35º 0.84% 0.4% -
HSV(B) 186.35º 0.91% 0.73% -
XYZ 23.08 31.66 51.35 -
YUV 124.6 162.64 50.54 -
System Red Green Blue C M Y K H S L
Decimal 16 168 186 0.91 0.10 0 0.27 186.35 0.84 0.4
Hex 10 A8 BA 5B A 0 1B BA 54 28
Octal 20 250 272 133 12 0 33 272 124 50
Binary 10000 10101000 10111010 1011011 1010 0 11011 10111010 1010100 101000

Color Harmonies of #10A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8BA

Black with #10A8BA

Text Example


Text Example

White with #10A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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