Html Css Color HEX #05B9BA Iris Blue

📋 copy color: '#05B9BA'

red 5 ◦ green 185 ◦ blue 186

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

Shades of Iris Blue #05B9BA

Tints of Iris Blue #05B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 1.33%
G = 49.2%
B = 49.47%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#05B9BA (or 0x05B9BA) is known color: Iris Blue. HEX triplet: 05, B9 and BA. RGB value is (5,185,186). Sum of RGB (Red+Green+Blue) = 5+185+186=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #05B9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B9BA is #FA4645. Grayscale: #838383. Windows color (decimal): -16401990 or 12237061. OLE color: 12237061.

HSL color Cylindrical-coordinate representation of color #05B9BA: hue angle of 180.33º 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 #05B9BA is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 185 186 -
CMYK 0.97 0.01 0 0.27
HSL 180.33º 0.95% 0.37% -
HSV(B) 180.33º 0.97% 0.73% -
XYZ 26.27 38.28 52.46 -
YUV 131.29 158.87 37.92 -
System Red Green Blue C M Y K H S L
Decimal 5 185 186 0.97 0.01 0 0.27 180.33 0.95 0.37
Hex 5 B9 BA 61 1 0 1B B4 5F 25
Octal 5 271 272 141 1 0 33 264 137 45
Binary 101 10111001 10111010 1100001 1 0 11011 10110100 1011111 100101

Color Harmonies of #05B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B9BA

Black with #05B9BA

Text Example


Text Example

White with #05B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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