Html Css Color HEX #05ACB9 Iris Blue

📋 copy color: '#05ACB9'

red 5 ◦ green 172 ◦ blue 185

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

Shades of Iris Blue #05ACB9

Tints of Iris Blue #05ACB9

RGB

 RED value IS 5 (2.34% from 255) = 1.38%

 GREEN value IS 172 (67.58% from 255) = 47.51%

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 1.38%
G = 47.51%
B = 51.1%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#05ACB9 (or 0x05ACB9) is known color: Iris Blue. HEX triplet: 05, AC and B9. RGB value is (5,172,185). Sum of RGB (Red+Green+Blue) = 5+172+185=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #05ACB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACB9 is #FA5346. Grayscale: #7B7B7B. Windows color (decimal): -16405319 or 12168197. OLE color: 12168197.

HSL color Cylindrical-coordinate representation of color #05ACB9: hue angle of 184.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ACB9 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 172 185 -
CMYK 0.97 0.07 0 0.27
HSL 184.33º 0.95% 0.37% -
HSV(B) 184.33º 0.97% 0.73% -
XYZ 23.57 33.04 51.03 -
YUV 123.55 162.67 43.44 -
System Red Green Blue C M Y K H S L
Decimal 5 172 185 0.97 0.07 0 0.27 184.33 0.95 0.37
Hex 5 AC B9 61 7 0 1B B8 5F 25
Octal 5 254 271 141 7 0 33 270 137 45
Binary 101 10101100 10111001 1100001 111 0 11011 10111000 1011111 100101

Color Harmonies of #05ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ACB9

Black with #05ACB9

Text Example


Text Example

White with #05ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05ACB9; }

 p { color: rgb(5,172,185); }

 H1.HeaderClassName
 {
   color: #05ACB9;
 }
 .AnyTagClassName
 {
   color: #05ACB9;
 }
</style>

background-color css

<style>
 a { background-color: #05ACB9; }

 a { background-color: rgb(5,172,185); }

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

border-color css

<style>
 span { border-color: #05ACB9; }

 span { border-color: rgb(5,172,185); }

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