Html Css Color HEX #05BFB4 Iris Blue

📋 copy color: '#05BFB4'

red 5 ◦ green 191 ◦ blue 180

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

Shades of Iris Blue #05BFB4

Tints of Iris Blue #05BFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 1.33%
G = 50.8%
B = 47.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#05BFB4 (or 0x05BFB4) is known color: Iris Blue. HEX triplet: 05, BF and B4. RGB value is (5,191,180). Sum of RGB (Red+Green+Blue) = 5+191+180=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #05BFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFB4 is #FA404B. Grayscale: #858585. Windows color (decimal): -16400460 or 11845381. OLE color: 11845381.

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

Color convert

RGB 5 191 180 -
CMYK 0.97 0 0.06 0.25
HSL 176.45º 0.95% 0.38% -
HSV(B) 176.45º 0.97% 0.75% -
XYZ 26.93 40.59 49.6 -
YUV 134.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 5 191 180 0.97 0 0.06 0.25 176.45 0.95 0.38
Hex 5 BF B4 61 0 6 19 B0 5F 26
Octal 5 277 264 141 0 6 31 260 137 46
Binary 101 10111111 10110100 1100001 0 110 11001 10110000 1011111 100110

Color Harmonies of #05BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFB4

Black with #05BFB4

Text Example


Text Example

White with #05BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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