Html Css Color HEX #10A8CD Iris Blue

📋 copy color: '#10A8CD'

red 16 ◦ green 168 ◦ blue 205

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

Shades of Iris Blue #10A8CD

Tints of Iris Blue #10A8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 4.11%
G = 43.19%
B = 52.7%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10A8CD (or 0x10A8CD) is known color: Iris Blue. HEX triplet: 10, A8 and CD. RGB value is (16,168,205). Sum of RGB (Red+Green+Blue) = 16+168+205=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #10A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8CD is #EF5732. Grayscale: #7E7E7E. Windows color (decimal): -15685427 or 13477904. OLE color: 13477904.

HSL color Cylindrical-coordinate representation of color #10A8CD: hue angle of 191.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A8CD is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 168 205 -
CMYK 0.92 0.18 0 0.20
HSL 191.75º 0.86% 0.43% -
HSV(B) 191.75º 0.92% 0.8% -
XYZ 25.24 32.52 62.71 -
YUV 126.77 172.14 48.99 -
System Red Green Blue C M Y K H S L
Decimal 16 168 205 0.92 0.18 0 0.20 191.75 0.86 0.43
Hex 10 A8 CD 5C 12 0 14 C0 56 2B
Octal 20 250 315 134 22 0 24 300 126 53
Binary 10000 10101000 11001101 1011100 10010 0 10100 11000000 1010110 101011

Color Harmonies of #10A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8CD

Black with #10A8CD

Text Example


Text Example

White with #10A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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