Html Css Color HEX #05ADB2 Iris Blue

📋 copy color: '#05ADB2'

red 5 ◦ green 173 ◦ blue 178

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

Shades of Iris Blue #05ADB2

Tints of Iris Blue #05ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50%

R = 1.4%
G = 48.6%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#05ADB2 (or 0x05ADB2) is known color: Iris Blue. HEX triplet: 05, AD and B2. RGB value is (5,173,178). Sum of RGB (Red+Green+Blue) = 5+173+178=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #05ADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05ADB2 is #FA524D. Grayscale: #7B7B7B. Windows color (decimal): -16405070 or 11709701. OLE color: 11709701.

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

Color convert

RGB 5 173 178 -
CMYK 0.97 0.03 0 0.30
HSL 181.73º 0.95% 0.36% -
HSV(B) 181.73º 0.97% 0.7% -
XYZ 23.04 33.13 47.3 -
YUV 123.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 5 173 178 0.97 0.03 0 0.30 181.73 0.95 0.36
Hex 5 AD B2 61 3 0 1E B6 5F 24
Octal 5 255 262 141 3 0 36 266 137 44
Binary 101 10101101 10110010 1100001 11 0 11110 10110110 1011111 100100

Color Harmonies of #05ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADB2

Black with #05ADB2

Text Example


Text Example

White with #05ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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