Html Css Color HEX #06BCB2 Iris Blue

📋 copy color: '#06BCB2'

red 6 ◦ green 188 ◦ blue 178

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

Shades of Iris Blue #06BCB2

Tints of Iris Blue #06BCB2

RGB

 RED value IS 6 (2.73% from 255) = 1.61%

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

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

R = 1.61%
G = 50.54%
B = 47.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#06BCB2 (or 0x06BCB2) is known color: Iris Blue. HEX triplet: 06, BC and B2. RGB value is (6,188,178). Sum of RGB (Red+Green+Blue) = 6+188+178=372 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BCB2 is #F9434D. Grayscale: #848484. Windows color (decimal): -16335694 or 11713542. OLE color: 11713542.

HSL color Cylindrical-coordinate representation of color #06BCB2: hue angle of 176.7º degrees, saturation: 0.94, 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 #06BCB2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 178 -
CMYK 0.97 0 0.05 0.26
HSL 176.7º 0.94% 0.38% -
HSV(B) 176.7º 0.97% 0.74% -
XYZ 26.09 39.22 48.31 -
YUV 132.44 153.7 37.81 -
System Red Green Blue C M Y K H S L
Decimal 6 188 178 0.97 0 0.05 0.26 176.7 0.94 0.38
Hex 6 BC B2 61 0 5 1A B1 5E 26
Octal 6 274 262 141 0 5 32 261 136 46
Binary 110 10111100 10110010 1100001 0 101 11010 10110001 1011110 100110

Color Harmonies of #06BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BCB2

Black with #06BCB2

Text Example


Text Example

White with #06BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BCB2; }

 p { color: rgb(6,188,178); }

 H1.HeaderClassName
 {
   color: #06BCB2;
 }
 .AnyTagClassName
 {
   color: #06BCB2;
 }
</style>

background-color css

<style>
 a { background-color: #06BCB2; }

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

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

border-color css

<style>
 span { border-color: #06BCB2; }

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

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