Html Css Color HEX #05ADB7 Iris Blue

📋 copy color: '#05ADB7'

red 5 ◦ green 173 ◦ blue 183

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

Shades of Iris Blue #05ADB7

Tints of Iris Blue #05ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.69%

R = 1.39%
G = 47.92%
B = 50.69%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#05ADB7 (or 0x05ADB7) is known color: Iris Blue. HEX triplet: 05, AD and B7. RGB value is (5,173,183). Sum of RGB (Red+Green+Blue) = 5+173+183=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #05ADB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADB7 is #FA5248. Grayscale: #7B7B7B. Windows color (decimal): -16405065 or 12037381. OLE color: 12037381.

HSL color Cylindrical-coordinate representation of color #05ADB7: hue angle of 183.37º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ADB7 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 173 183 -
CMYK 0.97 0.05 0 0.28
HSL 183.37º 0.95% 0.37% -
HSV(B) 183.37º 0.97% 0.72% -
XYZ 23.55 33.34 49.99 -
YUV 123.91 161.34 43.19 -
System Red Green Blue C M Y K H S L
Decimal 5 173 183 0.97 0.05 0 0.28 183.37 0.95 0.37
Hex 5 AD B7 61 5 0 1C B7 5F 25
Octal 5 255 267 141 5 0 34 267 137 45
Binary 101 10101101 10110111 1100001 101 0 11100 10110111 1011111 100101

Color Harmonies of #05ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADB7

Black with #05ADB7

Text Example


Text Example

White with #05ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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