Html Css Color HEX #10A8BD Iris Blue

📋 copy color: '#10A8BD'

red 16 ◦ green 168 ◦ blue 189

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

Shades of Iris Blue #10A8BD

Tints of Iris Blue #10A8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 4.29%
G = 45.04%
B = 50.67%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10A8BD (or 0x10A8BD) is known color: Iris Blue. HEX triplet: 10, A8 and BD. RGB value is (16,168,189). Sum of RGB (Red+Green+Blue) = 16+168+189=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #10A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8BD is #EF5742. Grayscale: #7C7C7C. Windows color (decimal): -15685443 or 12429328. OLE color: 12429328.

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

Color convert

RGB 16 168 189 -
CMYK 0.92 0.11 0 0.26
HSL 187.28º 0.84% 0.4% -
HSV(B) 187.28º 0.92% 0.74% -
XYZ 23.4 31.79 53.05 -
YUV 124.95 164.14 50.29 -
System Red Green Blue C M Y K H S L
Decimal 16 168 189 0.92 0.11 0 0.26 187.28 0.84 0.4
Hex 10 A8 BD 5C B 0 1A BB 54 28
Octal 20 250 275 134 13 0 32 273 124 50
Binary 10000 10101000 10111101 1011100 1011 0 11010 10111011 1010100 101000

Color Harmonies of #10A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8BD

Black with #10A8BD

Text Example


Text Example

White with #10A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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