Html Css Color HEX #05ADC3 Iris Blue

📋 copy color: '#05ADC3'

red 5 ◦ green 173 ◦ blue 195

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

Shades of Iris Blue #05ADC3

Tints of Iris Blue #05ADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.28%

R = 1.34%
G = 46.38%
B = 52.28%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#05ADC3 (or 0x05ADC3) is known color: Iris Blue. HEX triplet: 05, AD and C3. RGB value is (5,173,195). Sum of RGB (Red+Green+Blue) = 5+173+195=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #05ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADC3 is #FA523C. Grayscale: #7D7D7D. Windows color (decimal): -16405053 or 12823813. OLE color: 12823813.

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

Color convert

RGB 5 173 195 -
CMYK 0.97 0.11 0 0.24
HSL 186.95º 0.95% 0.39% -
HSV(B) 186.95º 0.97% 0.76% -
XYZ 24.86 33.86 56.86 -
YUV 125.28 167.34 42.21 -
System Red Green Blue C M Y K H S L
Decimal 5 173 195 0.97 0.11 0 0.24 186.95 0.95 0.39
Hex 5 AD C3 61 B 0 18 BB 5F 27
Octal 5 255 303 141 13 0 30 273 137 47
Binary 101 10101101 11000011 1100001 1011 0 11000 10111011 1011111 100111

Color Harmonies of #05ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADC3

Black with #05ADC3

Text Example


Text Example

White with #05ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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