Html Css Color HEX #05BFBE Iris Blue

📋 copy color: '#05BFBE'

red 5 ◦ green 191 ◦ blue 190

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

Shades of Iris Blue #05BFBE

Tints of Iris Blue #05BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 1.3%
G = 49.48%
B = 49.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#05BFBE (or 0x05BFBE) is known color: Iris Blue. HEX triplet: 05, BF and BE. RGB value is (5,191,190). Sum of RGB (Red+Green+Blue) = 5+191+190=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #05BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFBE is #FA4041. Grayscale: #878787. Windows color (decimal): -16400450 or 12500741. OLE color: 12500741.

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

Color convert

RGB 5 191 190 -
CMYK 0.97 0 0.01 0.25
HSL 179.68º 0.95% 0.38% -
HSV(B) 179.68º 0.97% 0.75% -
XYZ 27.99 41.01 55.16 -
YUV 135.27 158.88 35.08 -
System Red Green Blue C M Y K H S L
Decimal 5 191 190 0.97 0 0.01 0.25 179.68 0.95 0.38
Hex 5 BF BE 61 0 1 19 B4 5F 26
Octal 5 277 276 141 0 1 31 264 137 46
Binary 101 10111111 10111110 1100001 0 1 11001 10110100 1011111 100110

Color Harmonies of #05BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFBE

Black with #05BFBE

Text Example


Text Example

White with #05BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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