Html Css Color HEX #05BCBC Iris Blue

📋 copy color: '#05BCBC'

red 5 ◦ green 188 ◦ blue 188

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

Shades of Iris Blue #05BCBC

Tints of Iris Blue #05BCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.34%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 1.31%
G = 49.34%
B = 49.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#05BCBC (or 0x05BCBC) is known color: Iris Blue. HEX triplet: 05, BC and BC. RGB value is (5,188,188). Sum of RGB (Red+Green+Blue) = 5+188+188=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #05BCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCBC is #FA4343. Grayscale: #858585. Windows color (decimal): -16401220 or 12368901. OLE color: 12368901.

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

Color convert

RGB 5 188 188 -
CMYK 0.97 0 0 0.26
HSL 180º 0.95% 0.38% -
HSV(B) 180º 0.97% 0.74% -
XYZ 27.12 39.63 53.8 -
YUV 133.28 158.87 36.5 -
System Red Green Blue C M Y K H S L
Decimal 5 188 188 0.97 0 0 0.26 180 0.95 0.38
Hex 5 BC BC 61 0 0 1A B4 5F 26
Octal 5 274 274 141 0 0 32 264 137 46
Binary 101 10111100 10111100 1100001 0 0 11010 10110100 1011111 100110

Color Harmonies of #05BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCBC

Black with #05BCBC

Text Example


Text Example

White with #05BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,188); }

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

background-color css

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

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

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

border-color css

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

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

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