Html Css Color HEX #05ACB4 Iris Blue

📋 copy color: '#05ACB4'

red 5 ◦ green 172 ◦ blue 180

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

Shades of Iris Blue #05ACB4

Tints of Iris Blue #05ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 1.4%
G = 48.18%
B = 50.42%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#05ACB4 (or 0x05ACB4) is known color: Iris Blue. HEX triplet: 05, AC and B4. RGB value is (5,172,180). Sum of RGB (Red+Green+Blue) = 5+172+180=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #05ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACB4 is #FA534B. Grayscale: #7A7A7A. Windows color (decimal): -16405324 or 11840517. OLE color: 11840517.

HSL color Cylindrical-coordinate representation of color #05ACB4: hue angle of 182.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ACB4 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 172 180 -
CMYK 0.97 0.04 0 0.29
HSL 182.74º 0.95% 0.36% -
HSV(B) 182.74º 0.97% 0.71% -
XYZ 23.05 32.83 48.3 -
YUV 122.98 160.17 43.85 -
System Red Green Blue C M Y K H S L
Decimal 5 172 180 0.97 0.04 0 0.29 182.74 0.95 0.36
Hex 5 AC B4 61 4 0 1D B7 5F 24
Octal 5 254 264 141 4 0 35 267 137 44
Binary 101 10101100 10110100 1100001 100 0 11101 10110111 1011111 100100

Color Harmonies of #05ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ACB4

Black with #05ACB4

Text Example


Text Example

White with #05ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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