Html Css Color HEX #05B7B8 Iris Blue

📋 copy color: '#05B7B8'

red 5 ◦ green 183 ◦ blue 184

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

Shades of Iris Blue #05B7B8

Tints of Iris Blue #05B7B8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.19%

 BLUE value IS 184 (72.27% from 255) = 49.46%

R = 1.34%
G = 49.19%
B = 49.46%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#05B7B8 (or 0x05B7B8) is known color: Iris Blue. HEX triplet: 05, B7 and B8. RGB value is (5,183,184). Sum of RGB (Red+Green+Blue) = 5+183+184=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #05B7B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7B8 is #FA4847. Grayscale: #818181. Windows color (decimal): -16402504 or 12105477. OLE color: 12105477.

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

Color convert

RGB 5 183 184 -
CMYK 0.97 0.01 0 0.28
HSL 180.34º 0.95% 0.37% -
HSV(B) 180.34º 0.97% 0.72% -
XYZ 25.65 37.36 51.21 -
YUV 129.89 158.53 38.92 -
System Red Green Blue C M Y K H S L
Decimal 5 183 184 0.97 0.01 0 0.28 180.34 0.95 0.37
Hex 5 B7 B8 61 1 0 1C B4 5F 25
Octal 5 267 270 141 1 0 34 264 137 45
Binary 101 10110111 10111000 1100001 1 0 11100 10110100 1011111 100101

Color Harmonies of #05B7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B7B8

Black with #05B7B8

Text Example


Text Example

White with #05B7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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