Html Css Color HEX #10ABDE Iris Blue

📋 copy color: '#10ABDE'

red 16 ◦ green 171 ◦ blue 222

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

Shades of Iris Blue #10ABDE

Tints of Iris Blue #10ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 3.91%
G = 41.81%
B = 54.28%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10ABDE (or 0x10ABDE) is known color: Iris Blue. HEX triplet: 10, AB and DE. RGB value is (16,171,222). Sum of RGB (Red+Green+Blue) = 16+171+222=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #10ABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABDE is #EF5421. Grayscale: #828282. Windows color (decimal): -15684642 or 14592784. OLE color: 14592784.

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

Color convert

RGB 16 171 222 -
CMYK 0.93 0.23 0 0.13
HSL 194.85º 0.87% 0.47% -
HSV(B) 194.85º 0.93% 0.87% -
XYZ 27.96 34.51 74.29 -
YUV 130.47 179.65 46.35 -
System Red Green Blue C M Y K H S L
Decimal 16 171 222 0.93 0.23 0 0.13 194.85 0.87 0.47
Hex 10 AB DE 5D 17 0 D C3 57 2F
Octal 20 253 336 135 27 0 15 303 127 57
Binary 10000 10101011 11011110 1011101 10111 0 1101 11000011 1010111 101111

Color Harmonies of #10ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABDE

Black with #10ABDE

Text Example


Text Example

White with #10ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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