Html Css Color HEX #10ABD3 Iris Blue

📋 copy color: '#10ABD3'

red 16 ◦ green 171 ◦ blue 211

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

Shades of Iris Blue #10ABD3

Tints of Iris Blue #10ABD3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 211 (82.81% from 255) = 53.02%

R = 4.02%
G = 42.96%
B = 53.02%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#10ABD3 (or 0x10ABD3) is known color: Iris Blue. HEX triplet: 10, AB and D3. RGB value is (16,171,211). Sum of RGB (Red+Green+Blue) = 16+171+211=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #10ABD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABD3 is #EF542C. Grayscale: #808080. Windows color (decimal): -15684653 or 13871888. OLE color: 13871888.

HSL color Cylindrical-coordinate representation of color #10ABD3: hue angle of 192.31º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ABD3 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 16 171 211 -
CMYK 0.92 0.19 0 0.17
HSL 192.31º 0.86% 0.45% -
HSV(B) 192.31º 0.92% 0.83% -
XYZ 26.53 33.94 66.78 -
YUV 129.22 174.15 47.25 -
System Red Green Blue C M Y K H S L
Decimal 16 171 211 0.92 0.19 0 0.17 192.31 0.86 0.45
Hex 10 AB D3 5C 13 0 11 C0 56 2D
Octal 20 253 323 134 23 0 21 300 126 55
Binary 10000 10101011 11010011 1011100 10011 0 10001 11000000 1010110 101101

Color Harmonies of #10ABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABD3

Black with #10ABD3

Text Example


Text Example

White with #10ABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,211); }

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

background-color css

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

 a { background-color: rgb(16,171,211); }

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

border-color css

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

 span { border-color: rgb(16,171,211); }

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