Html Css Color HEX #10AEBC Iris Blue

📋 copy color: '#10AEBC'

red 16 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #10AEBC

Tints of Iris Blue #10AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 4.23%
G = 46.03%
B = 49.74%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#10AEBC (or 0x10AEBC) is known color: Iris Blue. HEX triplet: 10, AE and BC. RGB value is (16,174,188). Sum of RGB (Red+Green+Blue) = 16+174+188=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #10AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEBC is #EF5143. Grayscale: #808080. Windows color (decimal): -15683908 or 12365328. OLE color: 12365328.

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

Color convert

RGB 16 174 188 -
CMYK 0.91 0.07 0 0.26
HSL 184.88º 0.84% 0.4% -
HSV(B) 184.88º 0.91% 0.74% -
XYZ 24.43 34.01 52.85 -
YUV 128.35 161.65 47.86 -
System Red Green Blue C M Y K H S L
Decimal 16 174 188 0.91 0.07 0 0.26 184.88 0.84 0.4
Hex 10 AE BC 5B 7 0 1A B9 54 28
Octal 20 256 274 133 7 0 32 271 124 50
Binary 10000 10101110 10111100 1011011 111 0 11010 10111001 1010100 101000

Color Harmonies of #10AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEBC

Black with #10AEBC

Text Example


Text Example

White with #10AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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