Html Css Color HEX #10A8DB Iris Blue

📋 copy color: '#10A8DB'

red 16 ◦ green 168 ◦ blue 219

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

Shades of Iris Blue #10A8DB

Tints of Iris Blue #10A8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 3.97%
G = 41.69%
B = 54.34%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10A8DB (or 0x10A8DB) is known color: Iris Blue. HEX triplet: 10, A8 and DB. RGB value is (16,168,219). Sum of RGB (Red+Green+Blue) = 16+168+219=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #10A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8DB is #EF5724. Grayscale: #808080. Windows color (decimal): -15685413 or 14395408. OLE color: 14395408.

HSL color Cylindrical-coordinate representation of color #10A8DB: hue angle of 195.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A8DB is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 168 219 -
CMYK 0.93 0.23 0 0.14
HSL 195.07º 0.86% 0.46% -
HSV(B) 195.07º 0.93% 0.86% -
XYZ 27 33.23 72.01 -
YUV 128.37 179.14 47.85 -
System Red Green Blue C M Y K H S L
Decimal 16 168 219 0.93 0.23 0 0.14 195.07 0.86 0.46
Hex 10 A8 DB 5D 17 0 E C3 56 2E
Octal 20 250 333 135 27 0 16 303 126 56
Binary 10000 10101000 11011011 1011101 10111 0 1110 11000011 1010110 101110

Color Harmonies of #10A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8DB

Black with #10A8DB

Text Example


Text Example

White with #10A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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