Html Css Color HEX #0AAEB8 Iris Blue

📋 copy color: '#0AAEB8'

red 10 ◦ green 174 ◦ blue 184

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

Shades of Iris Blue #0AAEB8

Tints of Iris Blue #0AAEB8

RGB

 RED value IS 10 (4.3% from 255) = 2.72%

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

 BLUE value IS 184 (72.27% from 255) = 50%

R = 2.72%
G = 47.28%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0AAEB8 (or 0x0AAEB8) is known color: Iris Blue. HEX triplet: 0A, AE and B8. RGB value is (10,174,184). Sum of RGB (Red+Green+Blue) = 10+174+184=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #0AAEB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEB8 is #F55147. Grayscale: #7D7D7D. Windows color (decimal): -16077128 or 12103178. OLE color: 12103178.

HSL color Cylindrical-coordinate representation of color #0AAEB8: hue angle of 183.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAEB8 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 10 174 184 -
CMYK 0.95 0.05 0 0.28
HSL 183.45º 0.9% 0.38% -
HSV(B) 183.45º 0.95% 0.72% -
XYZ 23.91 33.8 50.61 -
YUV 126.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 10 174 184 0.95 0.05 0 0.28 183.45 0.9 0.38
Hex A AE B8 5F 5 0 1C B7 5A 26
Octal 12 256 270 137 5 0 34 267 132 46
Binary 1010 10101110 10111000 1011111 101 0 11100 10110111 1011010 100110

Color Harmonies of #0AAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEB8

Black with #0AAEB8

Text Example


Text Example

White with #0AAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAEB8; }

 p { color: rgb(10,174,184); }

 H1.HeaderClassName
 {
   color: #0AAEB8;
 }
 .AnyTagClassName
 {
   color: #0AAEB8;
 }
</style>

background-color css

<style>
 a { background-color: #0AAEB8; }

 a { background-color: rgb(10,174,184); }

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

border-color css

<style>
 span { border-color: #0AAEB8; }

 span { border-color: rgb(10,174,184); }

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