Html Css Color HEX #10AEBF Iris Blue

📋 copy color: '#10AEBF'

red 16 ◦ green 174 ◦ blue 191

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

Shades of Iris Blue #10AEBF

Tints of Iris Blue #10AEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 4.2%
G = 45.67%
B = 50.13%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#10AEBF (or 0x10AEBF) is known color: Iris Blue. HEX triplet: 10, AE and BF. RGB value is (16,174,191). Sum of RGB (Red+Green+Blue) = 16+174+191=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #10AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEBF is #EF5140. Grayscale: #808080. Windows color (decimal): -15683905 or 12561936. OLE color: 12561936.

HSL color Cylindrical-coordinate representation of color #10AEBF: hue angle of 185.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AEBF is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 174 191 -
CMYK 0.92 0.09 0 0.25
HSL 185.83º 0.85% 0.41% -
HSV(B) 185.83º 0.92% 0.75% -
XYZ 24.75 34.14 54.58 -
YUV 128.7 163.15 47.62 -
System Red Green Blue C M Y K H S L
Decimal 16 174 191 0.92 0.09 0 0.25 185.83 0.85 0.41
Hex 10 AE BF 5C 9 0 19 BA 55 29
Octal 20 256 277 134 11 0 31 272 125 51
Binary 10000 10101110 10111111 1011100 1001 0 11001 10111010 1010101 101001

Color Harmonies of #10AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEBF

Black with #10AEBF

Text Example


Text Example

White with #10AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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