Html Css Color HEX #05BFB2 Iris Blue

📋 copy color: '#05BFB2'

red 5 ◦ green 191 ◦ blue 178

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

Shades of Iris Blue #05BFB2

Tints of Iris Blue #05BFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 1.34%
G = 51.07%
B = 47.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#05BFB2 (or 0x05BFB2) is known color: Iris Blue. HEX triplet: 05, BF and B2. RGB value is (5,191,178). Sum of RGB (Red+Green+Blue) = 5+191+178=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #05BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BFB2 is #FA404D. Grayscale: #858585. Windows color (decimal): -16400462 or 11714309. OLE color: 11714309.

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

Color convert

RGB 5 191 178 -
CMYK 0.97 0 0.07 0.25
HSL 175.81º 0.95% 0.38% -
HSV(B) 175.81º 0.97% 0.75% -
XYZ 26.73 40.51 48.53 -
YUV 133.9 152.88 36.06 -
System Red Green Blue C M Y K H S L
Decimal 5 191 178 0.97 0 0.07 0.25 175.81 0.95 0.38
Hex 5 BF B2 61 0 7 19 B0 5F 26
Octal 5 277 262 141 0 7 31 260 137 46
Binary 101 10111111 10110010 1100001 0 111 11001 10110000 1011111 100110

Color Harmonies of #05BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFB2

Black with #05BFB2

Text Example


Text Example

White with #05BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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