Html Css Color HEX #05BAB6 Iris Blue

📋 copy color: '#05BAB6'

red 5 ◦ green 186 ◦ blue 182

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

Shades of Iris Blue #05BAB6

Tints of Iris Blue #05BAB6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.87%

 BLUE value IS 182 (71.48% from 255) = 48.79%

R = 1.34%
G = 49.87%
B = 48.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#05BAB6 (or 0x05BAB6) is known color: Iris Blue. HEX triplet: 05, BA and B6. RGB value is (5,186,182). Sum of RGB (Red+Green+Blue) = 5+186+182=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #05BAB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAB6 is #FA4549. Grayscale: #838383. Windows color (decimal): -16401738 or 11975173. OLE color: 11975173.

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

Color convert

RGB 5 186 182 -
CMYK 0.97 0 0.02 0.27
HSL 178.67º 0.95% 0.37% -
HSV(B) 178.67º 0.97% 0.73% -
XYZ 26.06 38.53 50.32 -
YUV 131.43 156.53 37.83 -
System Red Green Blue C M Y K H S L
Decimal 5 186 182 0.97 0 0.02 0.27 178.67 0.95 0.37
Hex 5 BA B6 61 0 2 1B B3 5F 25
Octal 5 272 266 141 0 2 33 263 137 45
Binary 101 10111010 10110110 1100001 0 10 11011 10110011 1011111 100101

Color Harmonies of #05BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BAB6

Black with #05BAB6

Text Example


Text Example

White with #05BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,182); }

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

background-color css

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

 a { background-color: rgb(5,186,182); }

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

border-color css

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

 span { border-color: rgb(5,186,182); }

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