Html Css Color HEX #10AEBB Iris Blue

📋 copy color: '#10AEBB'

red 16 ◦ green 174 ◦ blue 187

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

Shades of Iris Blue #10AEBB

Tints of Iris Blue #10AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.15%

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 4.24%
G = 46.15%
B = 49.6%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#10AEBB (or 0x10AEBB) is known color: Iris Blue. HEX triplet: 10, AE and BB. RGB value is (16,174,187). Sum of RGB (Red+Green+Blue) = 16+174+187=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #10AEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEBB is #EF5144. Grayscale: #808080. Windows color (decimal): -15683909 or 12299792. OLE color: 12299792.

HSL color Cylindrical-coordinate representation of color #10AEBB: hue angle of 184.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AEBB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 174 187 -
CMYK 0.91 0.07 0 0.27
HSL 184.56º 0.84% 0.4% -
HSV(B) 184.56º 0.91% 0.73% -
XYZ 24.32 33.97 52.29 -
YUV 128.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 16 174 187 0.91 0.07 0 0.27 184.56 0.84 0.4
Hex 10 AE BB 5B 7 0 1B B9 54 28
Octal 20 256 273 133 7 0 33 271 124 50
Binary 10000 10101110 10111011 1011011 111 0 11011 10111001 1010100 101000

Color Harmonies of #10AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEBB

Black with #10AEBB

Text Example


Text Example

White with #10AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,174,187); }

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

background-color css

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

 a { background-color: rgb(16,174,187); }

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

border-color css

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

 span { border-color: rgb(16,174,187); }

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