Html Css Color HEX #05ADC0 Iris Blue

📋 copy color: '#05ADC0'

red 5 ◦ green 173 ◦ blue 192

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

Shades of Iris Blue #05ADC0

Tints of Iris Blue #05ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.76%

 BLUE value IS 192 (75.39% from 255) = 51.89%

R = 1.35%
G = 46.76%
B = 51.89%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#05ADC0 (or 0x05ADC0) is known color: Iris Blue. HEX triplet: 05, AD and C0. RGB value is (5,173,192). Sum of RGB (Red+Green+Blue) = 5+173+192=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #05ADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADC0 is #FA523F. Grayscale: #7C7C7C. Windows color (decimal): -16405056 or 12627205. OLE color: 12627205.

HSL color Cylindrical-coordinate representation of color #05ADC0: hue angle of 186.1º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADC0 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 173 192 -
CMYK 0.97 0.10 0 0.25
HSL 186.1º 0.95% 0.39% -
HSV(B) 186.1º 0.97% 0.75% -
XYZ 24.52 33.73 55.09 -
YUV 124.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 5 173 192 0.97 0.10 0 0.25 186.1 0.95 0.39
Hex 5 AD C0 61 A 0 19 BA 5F 27
Octal 5 255 300 141 12 0 31 272 137 47
Binary 101 10101101 11000000 1100001 1010 0 11001 10111010 1011111 100111

Color Harmonies of #05ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADC0

Black with #05ADC0

Text Example


Text Example

White with #05ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,192); }

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

background-color css

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

 a { background-color: rgb(5,173,192); }

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

border-color css

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

 span { border-color: rgb(5,173,192); }

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