Html Css Color HEX #05ACC5 Iris Blue

📋 copy color: '#05ACC5'

red 5 ◦ green 172 ◦ blue 197

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

Shades of Iris Blue #05ACC5

Tints of Iris Blue #05ACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.67%

R = 1.34%
G = 45.99%
B = 52.67%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#05ACC5 (or 0x05ACC5) is known color: Iris Blue. HEX triplet: 05, AC and C5. RGB value is (5,172,197). Sum of RGB (Red+Green+Blue) = 5+172+197=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #05ACC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACC5 is #FA533A. Grayscale: #7C7C7C. Windows color (decimal): -16405307 or 12954629. OLE color: 12954629.

HSL color Cylindrical-coordinate representation of color #05ACC5: hue angle of 187.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ACC5 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 172 197 -
CMYK 0.97 0.13 0 0.23
HSL 187.81º 0.95% 0.4% -
HSV(B) 187.81º 0.97% 0.77% -
XYZ 24.89 33.57 57.99 -
YUV 124.92 168.67 42.47 -
System Red Green Blue C M Y K H S L
Decimal 5 172 197 0.97 0.13 0 0.23 187.81 0.95 0.4
Hex 5 AC C5 61 D 0 17 BC 5F 28
Octal 5 254 305 141 15 0 27 274 137 50
Binary 101 10101100 11000101 1100001 1101 0 10111 10111100 1011111 101000

Color Harmonies of #05ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ACC5

Black with #05ACC5

Text Example


Text Example

White with #05ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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