Html Css Color HEX #10A8BE Iris Blue

📋 copy color: '#10A8BE'

red 16 ◦ green 168 ◦ blue 190

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

Shades of Iris Blue #10A8BE

Tints of Iris Blue #10A8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 4.28%
G = 44.92%
B = 50.8%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10A8BE (or 0x10A8BE) is known color: Iris Blue. HEX triplet: 10, A8 and BE. RGB value is (16,168,190). Sum of RGB (Red+Green+Blue) = 16+168+190=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #10A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8BE is #EF5741. Grayscale: #7C7C7C. Windows color (decimal): -15685442 or 12494864. OLE color: 12494864.

HSL color Cylindrical-coordinate representation of color #10A8BE: hue angle of 187.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A8BE is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 168 190 -
CMYK 0.92 0.12 0 0.25
HSL 187.59º 0.84% 0.4% -
HSV(B) 187.59º 0.92% 0.75% -
XYZ 23.51 31.83 53.62 -
YUV 125.06 164.64 50.21 -
System Red Green Blue C M Y K H S L
Decimal 16 168 190 0.92 0.12 0 0.25 187.59 0.84 0.4
Hex 10 A8 BE 5C C 0 19 BC 54 28
Octal 20 250 276 134 14 0 31 274 124 50
Binary 10000 10101000 10111110 1011100 1100 0 11001 10111100 1010100 101000

Color Harmonies of #10A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8BE

Black with #10A8BE

Text Example


Text Example

White with #10A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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