Html Css Color HEX #05B8BF Iris Blue

📋 copy color: '#05B8BF'

red 5 ◦ green 184 ◦ blue 191

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

Shades of Iris Blue #05B8BF

Tints of Iris Blue #05B8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.42%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 1.32%
G = 48.42%
B = 50.26%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#05B8BF (or 0x05B8BF) is known color: Iris Blue. HEX triplet: 05, B8 and BF. RGB value is (5,184,191). Sum of RGB (Red+Green+Blue) = 5+184+191=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #05B8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8BF is #FA4740. Grayscale: #838383. Windows color (decimal): -16402241 or 12564485. OLE color: 12564485.

HSL color Cylindrical-coordinate representation of color #05B8BF: hue angle of 182.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B8BF is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 184 191 -
CMYK 0.97 0.04 0 0.25
HSL 182.26º 0.95% 0.38% -
HSV(B) 182.26º 0.97% 0.75% -
XYZ 26.61 38.07 55.24 -
YUV 131.28 161.7 37.93 -
System Red Green Blue C M Y K H S L
Decimal 5 184 191 0.97 0.04 0 0.25 182.26 0.95 0.38
Hex 5 B8 BF 61 4 0 19 B6 5F 26
Octal 5 270 277 141 4 0 31 266 137 46
Binary 101 10111000 10111111 1100001 100 0 11001 10110110 1011111 100110

Color Harmonies of #05B8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B8BF

Black with #05B8BF

Text Example


Text Example

White with #05B8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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